Powerup timer fixed

This commit is contained in:
ViktorLjung
2014-03-13 22:13:59 +01:00
parent e3153fe130
commit c53913f63b
3 changed files with 31 additions and 21 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ namespace Systems
glm::vec3 m_CameraOffset;
glm::quat m_CameraOrientation;
bool freecamEnabled;
bool m_freecamEnabled;
float m_basespeed;
float m_poweruptimeleft;
};
}