summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r--editor/draw.cpp4
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()