diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-15 18:31:47 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-15 18:31:47 +0100 |
commit | 05f6826cca6f644444ddb6aaede4955500d48f3b (patch) | |
tree | 4f6cceeb705dd7bf616a8317601fddb7cd496632 /floormat | |
parent | 73abf154e82546256f4a860c666f1f652767bda9 (diff) |
a
Diffstat (limited to 'floormat')
-rw-r--r-- | floormat/main.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/floormat/main.hpp b/floormat/main.hpp index 92882bae..3fbef522 100644 --- a/floormat/main.hpp +++ b/floormat/main.hpp @@ -66,7 +66,7 @@ struct floormat_main virtual struct world& world() noexcept = 0; virtual struct world& reset_world() noexcept = 0; - virtual struct world& reset_world(struct world) noexcept = 0; + virtual struct world& reset_world(struct world&& w) noexcept = 0; virtual SDL_Window* window() noexcept = 0; Vector2 dpi_scale() const noexcept { return _dpi_scale; } static int get_mods() noexcept; |