From 8eab8638fbd7f024fa551fc731263418be8d5e6e Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Fri, 2 Aug 2013 18:18:52 -0400 Subject: [PATCH] Added TODO --- example/public/javascripts/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/public/javascripts/game.js b/example/public/javascripts/game.js index 43104c2..e7e6c24 100644 --- a/example/public/javascripts/game.js +++ b/example/public/javascripts/game.js @@ -16,7 +16,7 @@ $(function () { onUpdatePlayerPrediction: GamePhysics.getNewPlayerState, onInterpolation: GamePhysics.getInterpolatedState, onWorldState: function (state) { - //CHANGE THIS FOR DEMO AND DOCUMENTATION + //TODO THIS FOR DEMO AND DOCUMENTATION playerSize = state.playerSize; entitySize = state.entitySize; }