diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 11:03:25 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 11:03:25 +0200 |
commit | c8547d38a29bb4756e3351bdfa45ea72635286d8 (patch) | |
tree | 5cdf9ad44db6f7673734febdccf89b43409a9b9c /editor/app.hpp | |
parent | f47790b1ec38f27c486ad2002dac8b310933f0a4 (diff) |
a
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index f7adfc9a..e4f26cf0 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -90,7 +90,6 @@ private: void draw_wireframe_box(global_coords pt); Containers::Pointer<floormat_main> M; - [[maybe_unused]] void* _dummy; std::shared_ptr<tile_atlas> _floor1, _floor2, _wall1, _wall2; ImGuiIntegration::Context _imgui{NoCreate}; wireframe_mesh<wireframe::quad> _wireframe_quad; |