Changed smoothing default

This commit is contained in:
Jeremiah Billmann
2013-07-17 22:00:00 -04:00
parent c7e66e5f5e
commit 838ce5f930
+1 -1
View File
@@ -34,7 +34,7 @@ var GarageServerIO = (function (socketio) {
this.interpolation = false;
this.pingInterval = 2000;
this.clientSidePrediction = false;
this.smoothingFactor = 1;
this.smoothingFactor = 0.3;
this.worldState = {};
}
StateController.prototype = {