diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-31 21:41:46 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-31 21:41:46 +0100 |
| commit | 4accaa62047f27bcf1ea28e1e68db33e50c335df (patch) | |
| tree | a591529bce4fcb7b31164363a435fdca6dadb443 /editor/draw.cpp | |
| parent | 089f188a5b68c87f2be32b465624841fd3c2b44f (diff) | |
a
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() |
