mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-06-27 16:10:34 +08:00
Fixed smoothing default and removed override in server game example
This commit is contained in:
@@ -14,7 +14,6 @@ function Game (sockets) {
|
||||
logging: true,
|
||||
interpolation: true,
|
||||
clientSidePrediction: true,
|
||||
smoothingFactor: this.physicsDelta * 20,
|
||||
worldState: this.worldState
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user