Added TODO

This commit is contained in:
Jeremiah Billmann
2013-08-02 17:31:17 -04:00
parent 275a5533c8
commit 99114d9c64
+1
View File
@@ -16,6 +16,7 @@ $(function () {
onUpdatePlayerPrediction: GamePhysics.getNewPlayerState,
onInterpolation: GamePhysics.getInterpolatedState,
onWorldState: function (state) {
//CHANGE THIS FOR DEMO AND DOCUMENTATION
playerSize = state.playerSize;
entitySize = state.entitySize;
}