summaryrefslogtreecommitdiffhomepage
path: root/editor/draw.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-22 15:06:09 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-22 15:06:09 +0100
commit9bd0075cb57a0e08fff45a2b9967de287533aa44 (patch)
treef9c4db9ba5e6d3ccf2d9a116f78fed50cef43deb /editor/draw.cpp
parentd33fb4adbfc5b43d90a3d0a541579d7724dce027 (diff)
main: kill msaa
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();
}