diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-17 17:07:04 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-17 17:07:04 +0200 |
| commit | d953b707c8cd5e42088245abb6527be211eee9cb (patch) | |
| tree | 94e84ea83294f86a1b8ef2fecde561279b6416ed /main/app.hpp | |
| parent | d9f58950e8cd58b7048f5f505db91323e0237063 (diff) | |
a
Diffstat (limited to 'main/app.hpp')
| -rw-r--r-- | main/app.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/app.hpp b/main/app.hpp index 54e2ee4d..395fa811 100644 --- a/main/app.hpp +++ b/main/app.hpp @@ -61,7 +61,6 @@ struct app final : Platform::Application void do_menu(); void draw_menu_(tile_type& type, float main_menu_height); void draw_fps(float main_menu_height); - void setup_menu(); void display_menu(); void debug_callback(GL::DebugOutput::Source src, GL::DebugOutput::Type type, UnsignedInt id, @@ -92,7 +91,6 @@ struct app final : Platform::Application ImGuiIntegration::Context _imgui{NoCreate}; world _world; - Vector2 camera_offset; enum_bitset<key> keys; Magnum::Timeline timeline; editor _editor; |
