diff options
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index 2e9efd7d..258225a9 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -142,8 +142,6 @@ 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, _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}; |