From 4accaa62047f27bcf1ea28e1e68db33e50c335df Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 31 Oct 2022 21:41:46 +0100 Subject: a --- editor/draw.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/draw.cpp') 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() -- cgit v1.2.3