refactor: no physics again

This commit is contained in:
cha0s 2019-04-12 12:37:16 -05:00
parent b3dfd7cf2d
commit 5119aea688

View File

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