Random ships for the example

This commit is contained in:
Jeremiah Billmann
2013-08-02 21:53:48 -04:00
parent 8eab8638fb
commit 976118d1aa
3 changed files with 16 additions and 11 deletions
-1
View File
@@ -201,7 +201,6 @@ var GarageServerIO = (function (socketio) {
_playerController = new PlayerController(_stateController.maxUpdateBuffer);
_entityController = new EntityController(_stateController.maxUpdateBuffer);
_playerController.add(_stateController.id);
_stateController.physicsDelta = data.physicsDelta;
_stateController.interpolation = data.interpolation;