diff --git a/dinkyecs.hpp b/dinkyecs.hpp index 4c7e243..1c83104 100644 --- a/dinkyecs.hpp +++ b/dinkyecs.hpp @@ -47,6 +47,7 @@ struct World to_world.$constants = $constants; to_world.$facts = $facts; to_world.entity_count = entity_count; + to_world.$component_storages = $component_storages; for (auto eid : $constants) {