diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-08 19:25:39 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-08 19:57:36 +0100 |
| commit | 64ad9c57f1b39f6d35f5187992b4d3fb5b7d087f (patch) | |
| tree | 83a88a2cd8e7675992f9be642d60329a3f4bf3c1 /draw/floor.cpp | |
| parent | f4ff492c1665d6f5c71d6ca2102827bc037056de (diff) | |
draw: reoder some debug macros
Diffstat (limited to 'draw/floor.cpp')
| -rw-r--r-- | draw/floor.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/draw/floor.cpp b/draw/floor.cpp index fe585977..0f342a4e 100644 --- a/draw/floor.cpp +++ b/draw/floor.cpp @@ -9,8 +9,6 @@ namespace floormat { floor_mesh::floor_mesh() = default; -//#define FM_DEBUG_DRAW_COUNT - void floor_mesh::draw(tile_shader& shader, chunk& c) { constexpr int quad_index_count = 6; @@ -41,6 +39,7 @@ void floor_mesh::draw(tile_shader& shader, chunk& c) do_draw(k, c.ground_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("floor draws: %zu", draw_count); |
