From d74df1b763979d281f76f3f30543aee8d8a638b7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 11 Jan 2024 14:29:53 +0100 Subject: rename floor -> ground --- main/setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/setup.cpp') diff --git a/main/setup.cpp b/main/setup.cpp index 15b34b2b..45f941cb 100644 --- a/main/setup.cpp +++ b/main/setup.cpp @@ -100,7 +100,7 @@ void main_impl::update_window_state() auto main_impl::meshes() noexcept -> struct meshes { - return { _floor_mesh, _wall_mesh, _anim_mesh, }; + return { _ground_mesh, _wall_mesh, _anim_mesh, }; }; struct world& main_impl::reset_world() noexcept -- cgit v1.2.3