diff options
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 e0dc36e0..9eb61d86 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -166,8 +166,8 @@ private: tests_data& tests(); Pointer<floormat_main> M; - Pointer<floormat::wireframe::meshes> _wireframe; Pointer<ImGuiIntegration::Context> _imgui; + Pointer<floormat::wireframe::meshes> _wireframe; Pointer<tests_data_> _tests; editor _editor{this}; |