summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/draw.cpp')
-rw-r--r--editor/draw.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/editor/draw.cpp b/editor/draw.cpp
index 8273fc44..af4fbdcb 100644
--- a/editor/draw.cpp
+++ b/editor/draw.cpp
@@ -31,13 +31,9 @@ void app::draw_cursor()
}
}
-void app::draw_msaa()
-{
- draw_cursor();
-}
-
void app::draw()
{
+ draw_cursor();
draw_ui();
render_menu();
}