diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-20 15:23:50 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-20 15:23:50 +0200 |
| commit | 1ec8e253172112e0f2bb98426c8d0ad900addfe7 (patch) | |
| tree | 9f7f6ea3bda9eef2ef34e395de466b6761a0480f /main/app.hpp | |
| parent | b2f30235c9a2b11adc31567b044beb04ec7ac3e6 (diff) | |
a
Diffstat (limited to 'main/app.hpp')
| -rw-r--r-- | main/app.hpp | 2 |
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; |
