fix: randoms

This commit is contained in:
2021-11-04 18:34:49 +01:00
parent 95e9c270db
commit 0d992da55b
3 changed files with 2 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ private:
glm::vec2 m_CamPos;
glm::vec2 m_CursorPos;
glm::vec2 m_HoldCursorPos;
float m_Zoom = 1;
float m_Zoom;
float m_CamSensibility = 1;
bool m_TowerPlacePopupOpened = false;
VertexCache m_TowersCache;