summaryrefslogtreecommitdiff
path: root/game/gamestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/gamestate.h')
-rw-r--r--game/gamestate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/gamestate.h b/game/gamestate.h
index 189417d..c5ad239 100644
--- a/game/gamestate.h
+++ b/game/gamestate.h
@@ -16,7 +16,7 @@ public:
NO_MOVE(GameState);
NO_COPY(GameState);
- Collection<WorldObject> world;
+ SharedCollection<WorldObject> world;
std::shared_ptr<Terrain> terrain;
std::shared_ptr<Environment> environment;
AssetFactory::Assets assets;