Fix model manager. It's version stable for model manager

This commit is contained in:
Jiga228
2025-10-18 14:48:33 +07:00
parent 0ec86e3de8
commit cafad47679
6 changed files with 105 additions and 15 deletions
+2
View File
@@ -8,6 +8,8 @@ World::World(GameInstance& game_instance) : game_instance(game_instance)
World::~World()
{
for (auto& i : actors_map)
i.second->OnDestroy();
actors_map.clear();
}