diff --git a/example/public/javascripts/game.js b/example/public/javascripts/game.js index 07eced5..bf0ac85 100644 --- a/example/public/javascripts/game.js +++ b/example/public/javascripts/game.js @@ -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() {