Removed un-used option

This commit is contained in:
Jeremiah Billmann
2013-07-01 21:57:23 -04:00
parent 415dceb524
commit c3c2567c1b
-1
View File
@@ -2,7 +2,6 @@ $(function () {
GarageServerIO.connectToGarageServer('http://garageserver_io.jbillmann.c9.io', {
logging: true,
clientSidePrediction: true,
clientSmoothing: true,
interpolation: true,
onUpdatePlayerPhysics: OnProcessGamePhysics,
onInterpolation: function (currentState, previousState, targetState, amount) {