This commit is contained in:
stiffly
2016-03-03 21:23:53 +01:00
parent 1cc92f4800
commit 1227a795d7
2 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ private:
// To get a difference when calculating the walking state.
glm::vec3 m_LastPosition = glm::vec3();
// The logic for making the sound play when player is moving
void playerStep(double dt);
void playerStep(double dt, EntityWrapper player);
// Spawn a hexagon at origin of an Entity
void spawnHexagon(EntityWrapper target);