diff options
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r-- | editor/draw.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp index 654c484e..ee11edd3 100644 --- a/editor/draw.cpp +++ b/editor/draw.cpp @@ -7,7 +7,7 @@ namespace floormat { -void app::draw_cursor_tile() +void app::draw_cursor() { constexpr float LINE_WIDTH = 2; @@ -36,7 +36,7 @@ void app::draw_cursor_tile() void app::draw_msaa() { - draw_cursor_tile(); + draw_cursor(); } void app::draw() |