diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-25 15:05:47 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-25 15:05:47 +0100 |
commit | 1831d5d1eab5c9a607270a8a9b72a2ac1e6ce62a (patch) | |
tree | 17ca2a62150972780fe35cd10b685dad3c80c5a3 /editor/app.hpp | |
parent | e06df4dce05c8dd2ebd340ee1abcc8556f328d73 (diff) |
add control panel scenery item
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index aac86d76..381b4c83 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -114,7 +114,7 @@ private: Containers::Pointer<floormat_main> M; ImGuiIntegration::Context _imgui{NoCreate}; std::shared_ptr<tile_atlas> _floor1, _floor2, _wall1, _wall2; - std::shared_ptr<anim_atlas> _door, _table; + std::shared_ptr<anim_atlas> _door, _table, _control_panel; GL::Texture2D _wireframe_texture = wireframe::make_constant_texture(); wireframe_mesh<wireframe::quad_floor> _wireframe_quad {_wireframe_texture}; wireframe_mesh<wireframe::quad_wall_n> _wireframe_wall_n {_wireframe_texture}; |