aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index ebf5953..ee35d06 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -59,7 +59,7 @@ void Engine::update(entityx::TimeDelta dt)
namespace game {
entityx::EventManager events;
- LockableEntityManager entities (events);
+ entityx::EntityManager entities (events);
//SpriteLoader sprite_l;
Engine engine;