This commit is contained in:
NukeBird 2025-02-14 19:16:22 +03:00
parent 6b07f40c1f
commit 657c952b36

View file

@ -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)
{