Removed default value

This commit is contained in:
Jeremiah Billmann
2013-06-30 17:08:41 -04:00
parent d72c86562f
commit c1fa83b451
+1 -1
View File
@@ -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;