Replace Room.getInstance with getter function
This commit is contained in:
committed by
David Négrier
parent
6a202fff49
commit
1781b8423c
@@ -234,7 +234,7 @@ export class GameScene extends DirtyScene {
|
||||
});
|
||||
this.Terrains = [];
|
||||
this.groups = new Map<number, Sprite>();
|
||||
this.instance = room.getInstance();
|
||||
this.instance = room.instance;
|
||||
|
||||
this.MapUrlFile = MapUrlFile;
|
||||
this.roomUrl = room.key;
|
||||
|
||||
Reference in New Issue
Block a user