diff options
Diffstat (limited to 'main/draw.cpp')
| -rw-r--r-- | main/draw.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/draw.cpp b/main/draw.cpp index cc9e85d3..8c6c3e64 100644 --- a/main/draw.cpp +++ b/main/draw.cpp @@ -8,6 +8,7 @@ namespace floormat { +#if 0 void floormat::drawEvent() { if (const float dt = timeline.previousFrameDuration(); dt > 0) @@ -49,14 +50,14 @@ void floormat::drawEvent() redraw(); timeline.nextFrame(); } - +#endif void floormat::draw_msaa() { const with_shifted_camera_offset o{_shader, BASE_X, BASE_Y}; draw_world(); draw_cursor_tile(); } - +#if 0 void floormat::draw_world() { auto foo = get_draw_bounds(); @@ -82,7 +83,7 @@ void floormat::draw_world() _wall_mesh.draw(_shader, *_world[c]); } } - +#endif void floormat::draw_wireframe_quad(global_coords pos) { constexpr float LINE_WIDTH = 2; |
