summaryrefslogtreecommitdiffhomepage
path: root/main/setup.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-11 14:29:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-11 14:45:29 +0100
commitd74df1b763979d281f76f3f30543aee8d8a638b7 (patch)
tree08939a34160b261c37644595aa8702dd0689d74f /main/setup.cpp
parent7867213a01fcabb1f05b1836c2ca59dc3bb2132f (diff)
rename floor -> ground
Diffstat (limited to 'main/setup.cpp')
-rw-r--r--main/setup.cpp2
1 files changed, 1 insertions, 1 deletions
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