aboutsummaryrefslogtreecommitdiffstats
path: root/src/render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.hpp')
-rw-r--r--src/render.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.hpp b/src/render.hpp
index fa609a3..21869a3 100644
--- a/src/render.hpp
+++ b/src/render.hpp
@@ -65,7 +65,7 @@ public:
/**
* Updates the render system.
*/
- void update([[maybe_unused]] entityx::EntityManager& entites,
+ void update([[maybe_unused]] entityx::EntityManager& entities,
[[maybe_unused]] entityx::EventManager& events,
[[maybe_unused]] entityx::TimeDelta dt) final;