Removed unused code

This commit is contained in:
Jeremiah Billmann
2013-08-02 22:03:35 -04:00
parent f62b02e346
commit ce024503d2
+1 -4
View File
@@ -10,10 +10,7 @@ $(function () {
logging: true,
onReady: startGame,
onUpdatePlayerPrediction: GamePhysics.getNewPlayerState,
onInterpolation: GamePhysics.getInterpolatedState,
onWorldState: function (state) {
//TODO THIS FOR DEMO AND DOCUMENTATION
}
onInterpolation: GamePhysics.getInterpolatedState
});
function resizeCanvas() {