diff --git a/client/garageserver.io.js b/client/garageserver.io.js index 646622a..1a69bcd 100644 --- a/client/garageserver.io.js +++ b/client/garageserver.io.js @@ -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 = {