summaryrefslogtreecommitdiffhomepage
path: root/main/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/draw.cpp')
-rw-r--r--main/draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/draw.cpp b/main/draw.cpp
index 98fd861e..4de42473 100644
--- a/main/draw.cpp
+++ b/main/draw.cpp
@@ -178,7 +178,7 @@ void main_impl::draw_world() noexcept
const with_shifted_camera_offset o{_shader, ch, {minx, miny}, {maxx, maxy}};
if (check_chunk_visible(_shader.camera_offset(), sz))
{
- _floor_mesh.draw(_shader, c);
+ _ground_mesh.draw(_shader, c);
_wall_mesh.draw(_shader, c);
}
}