Merge branch 'master' of github.com:sippeangelo/Escape-the-Dawn

Conflicts:
	Escape-the-Dawn/Systems/PlayerSystem.cpp
This commit is contained in:
ViktorLjung
2014-03-13 23:08:56 +01:00
8 changed files with 131 additions and 40 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace Systems
glm::vec3 m_CameraOffset;
glm::quat m_CameraOrientation;
bool m_freecamEnabled;
bool freecamEnabled;
float m_basespeed;
float m_poweruptimeleft;
};