summaryrefslogtreecommitdiff
path: root/kurator/src/Battle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kurator/src/Battle.cpp')
-rw-r--r--kurator/src/Battle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kurator/src/Battle.cpp b/kurator/src/Battle.cpp
index 68879c6..0918e30 100644
--- a/kurator/src/Battle.cpp
+++ b/kurator/src/Battle.cpp
@@ -95,6 +95,7 @@ Battle::update()
ctx.camera.scale = std::min(GetScreenWidth()/30000.0, GetScreenHeight()/30000.0);
ctx.clock.update();
simulation_base(ctx);
+ update_markers(ctx);
progress_timers(ctx);
move_ui_pops(ctx);
blink_crosses(ctx);