Corrected comments

This commit is contained in:
Jeremiah Billmann
2013-06-26 21:33:06 -04:00
parent ad79f1a67a
commit ecddeabb95
+1 -1
View File
@@ -7,7 +7,7 @@ options = {
onPlayerRemove: function (id),
onPing: function (data),
onUpdatePlayerPhysics: function (state, inputs),
onInterpolation: function(currentState, previousState, targetState, amount, delta)
onInterpolation: function(currentState, previousState, targetState, amount)
logging: true,
clientSidePrediction: true,
interpolation: true,