summaryrefslogtreecommitdiffstats
path: root/src/control/RPGEdit.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/RPGEdit.hpp')
-rw-r--r--src/control/RPGEdit.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/control/RPGEdit.hpp b/src/control/RPGEdit.hpp
index d6f3aee..e505597 100644
--- a/src/control/RPGEdit.hpp
+++ b/src/control/RPGEdit.hpp
@@ -46,10 +46,9 @@ private:
EventBus eventBus;
InputHandler inputHandler;
- std::shared_ptr<MapContext> ctx;
-
std::shared_ptr<View::Window> window;
- std::shared_ptr<View::MapView> mapView;
+
+ std::shared_ptr<MapContext> ctx;
std::thread eventThread;
std::mutex modelMutex;