kgorking / ecs

A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add std::source_location to add_component for better debugging

kgorking opened this issue · comments

Due to the deferred nature of add_component, figuring out where you went wrong can be hard.

Just realized that people can add it on their own 🤦