chore: no client physics for now
This commit is contained in:
parent
1f7bb9d19e
commit
ffac435e8d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user