put more information in gameobject

This commit is contained in:
yugecin
2016-09-27 18:17:53 +02:00
parent 4769c1cfda
commit e7e33cd406
2 changed files with 25 additions and 9 deletions

View File

@@ -1216,8 +1216,8 @@ public class Game extends BasicGameState {
ErrorHandler.error(String.format("Failed to create %s at index %d:\n%s",
hitObject.getTypeName(), i, hitObject.toString()), e, true);
gameObjects[i] = new DummyObject(hitObject);
continue;
}
gameObjects[i].updateStartEndPositions(hitObjectTime);
}
// stack calculations