Final Commit
This commit is contained in:
@@ -31,7 +31,6 @@ public:
|
||||
void Draw() const override;
|
||||
|
||||
void MouseMove(const Vector2f& mousePos) override;
|
||||
void ProcessImGui() override;
|
||||
|
||||
WorldGridManager& GetGridManager();
|
||||
|
||||
@@ -62,13 +61,5 @@ private:
|
||||
OrbitingObject* m_Moon{ nullptr };
|
||||
|
||||
Texture* m_TopCover{ nullptr };
|
||||
|
||||
|
||||
// ImGui Vars
|
||||
bool m_ShowTextureManagerWindow { false };
|
||||
bool m_ShowCameraWindow { false };
|
||||
bool m_ShowPlayerInfo { true };
|
||||
bool m_ShowGameManagerInfo{ true };
|
||||
|
||||
bool m_FollowPlayer { true };
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user