diff options
Diffstat (limited to 'draw/wall.cpp')
| -rw-r--r-- | draw/wall.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/draw/wall.cpp b/draw/wall.cpp index 51b91705..a88844a6 100644 --- a/draw/wall.cpp +++ b/draw/wall.cpp @@ -9,8 +9,6 @@ namespace floormat { -//#define FM_DEBUG_DRAW_COUNT - constexpr auto quad_index_count = 6; wall_mesh::wall_mesh() = default; @@ -43,6 +41,7 @@ void wall_mesh::draw(tile_shader& shader, chunk& c) do_draw(k, c.wall_atlas_at(ids[k]), max_index); do_draw(size, nullptr, max_index); +//#define FM_DEBUG_DRAW_COUNT #ifdef FM_DEBUG_DRAW_COUNT if (draw_count) fm_debug("wall draws: %zu", draw_count); |
