Fix
This commit is contained in:
parent
6b07f40c1f
commit
657c952b36
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ struct World
|
||||||
to_world.$constants = $constants;
|
to_world.$constants = $constants;
|
||||||
to_world.$facts = $facts;
|
to_world.$facts = $facts;
|
||||||
to_world.entity_count = entity_count;
|
to_world.entity_count = entity_count;
|
||||||
|
to_world.$component_storages = $component_storages;
|
||||||
|
|
||||||
for (auto eid : $constants)
|
for (auto eid : $constants)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue