summaryrefslogtreecommitdiffhomepage
path: root/main/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/app.hpp')
-rw-r--r--main/app.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/app.hpp b/main/app.hpp
index 5da7713d..883316be 100644
--- a/main/app.hpp
+++ b/main/app.hpp
@@ -35,12 +35,12 @@ private:
using dpi_policy = Platform::Implementation::Sdl2DpiScalingPolicy;
using tile_atlas_ = std::shared_ptr<tile_atlas>;
- void update(float dt);
+ void update(double dt);
void do_key(KeyEvent::Key k, KeyEvent::Modifiers m, bool pressed, bool repeated);
void do_mouse_click(global_coords pos, int button);
- void do_camera(float dt);
+ void do_camera(double dt);
void reset_camera_offset();
void recalc_cursor_tile();
void recalc_viewport(Vector2i size);