Code cleanup

This commit is contained in:
Jeremiah Billmann
2013-07-10 21:12:19 -04:00
parent 255c436faf
commit 21b6c1a218
3 changed files with 39 additions and 41 deletions
+1 -3
View File
@@ -13,9 +13,7 @@ function Game (sockets) {
logging: true,
interpolation: true,
clientSidePrediction: true,
smoothingFactor: this.physicsDelta * 20,
onUpdatePlayerPhysics: gamePhysics.onUpdatePlayerPhysics,
onUpdateEntityPhysics: gamePhysics.onUpdateEntityPhysics
smoothingFactor: this.physicsDelta * 20
});
}