This commit is contained in:
Irlan 2018-04-12 23:01:10 -03:00
parent 960dfd6298
commit b9b23de3a0

View File

@ -93,7 +93,6 @@ public:
void Command_ZoomCamera(float32 d); void Command_ZoomCamera(float32 d);
private: private:
friend class View; friend class View;
friend class Controller;
// UI State // UI State
Settings m_settings; Settings m_settings;