summaryrefslogtreecommitdiffhomepage
path: root/main/main-impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/main-impl.hpp')
-rw-r--r--main/main-impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main-impl.hpp b/main/main-impl.hpp
index cc17f9bc..74ed8222 100644
--- a/main/main-impl.hpp
+++ b/main/main-impl.hpp
@@ -86,7 +86,7 @@ private:
bool do_sleep = false;
} dt_expected;
- void recalc_viewport(Vector2i size) noexcept;
+ void recalc_viewport(Vector2i fb_size, Vector2i win_size) noexcept;
void draw_world() noexcept;
void draw_anim() noexcept;