mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Changed smoothing default
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user