From 657c952b3615eb89a4dc965d65fb028021b055ce Mon Sep 17 00:00:00 2001 From: NukeBird Date: Fri, 14 Feb 2025 19:16:22 +0300 Subject: [PATCH] Fix --- dinkyecs.hpp | 1 + 1 file changed, 1 insertion(+) 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) {