chore: no client physics for now

This commit is contained in:
cha0s 2019-04-09 10:55:44 -04:00
parent 1f7bb9d19e
commit ffac435e8d

View File

@ -38,7 +38,7 @@ function hasSelfEntity() {
}
// Create room.
const room = new Room();
room.world = new World();
// room.world = new World();
const roomView = new RoomView(room, stage.renderer);
stage.addChild(roomView);
// Time.