summaryrefslogtreecommitdiffhomepage
path: root/main/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/app.hpp')
-rw-r--r--main/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/app.hpp b/main/app.hpp
index 96400cda..a4da922c 100644
--- a/main/app.hpp
+++ b/main/app.hpp
@@ -70,7 +70,7 @@ private:
void draw_editor_pane(tile_type& type, float main_menu_height);
void draw_fps();
void draw_cursor_coord();
- void display_menu();
+ void render_menu();
void debug_callback(GL::DebugOutput::Source src, GL::DebugOutput::Type type, UnsignedInt id,
GL::DebugOutput::Severity severity, const std::string& str) const;