mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-31 12:00:41 +08:00
Removed default value
This commit is contained in:
@@ -21,7 +21,7 @@ window.GarageServerIO = (function (window, socketio) {
|
||||
function StateController() {
|
||||
this.state = {};
|
||||
this.clientTime;
|
||||
this.renderTime = 0;
|
||||
this.renderTime;
|
||||
this.renderDelta = 0;
|
||||
this.tickerTime = new Date().getTime(),
|
||||
this.physicsDelta;
|
||||
|
||||
Reference in New Issue
Block a user