fix start

This commit is contained in:
yugecin
2016-10-01 15:47:01 +02:00
parent eb834134ee
commit 6ad4348d7c
2 changed files with 9 additions and 5 deletions

View File

@@ -353,7 +353,7 @@ public class Game extends BasicGameState {
if (objectIndex > 0) {
p = gameObjects[objectIndex - 1];
} else {
p = null;
p = Dancer.d;
}
Dancer d = Dancer.instance;
d.update(trackPosition, p, gameObjects[objectIndex]);