diff --git a/src/noggit/World.h b/src/noggit/World.h index 5024ba10..3409c6ec 100644 --- a/src/noggit/World.h +++ b/src/noggit/World.h @@ -47,6 +47,7 @@ using StripType = uint16_t; class World { private: + std::vector _current_selection; std::unordered_map> _models_by_filename; noggit::world_model_instances_storage _model_instance_storage; noggit::world_tile_update_queue _tile_update_queue; @@ -145,7 +146,6 @@ public: private: // Information about the currently selected model / WMO / triangle. - std::vector _current_selection; boost::optional _multi_select_pivot; int _selected_model_count = 0; void update_selection_pivot();