From 05f6826cca6f644444ddb6aaede4955500d48f3b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 15 Mar 2023 18:31:47 +0100 Subject: a --- floormat/main.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'floormat') 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; -- cgit v1.2.3