fixed bug with woka picture snapshot taking current frame and not front
This commit is contained in:
parent
ecb334cbd2
commit
ed8d6855b1
2 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,7 @@ export class GameScene extends DirtyScene {
|
|||
private objectsByType = new Map<string, ITiledMapObject[]>();
|
||||
private embeddedWebsiteManager!: EmbeddedWebsiteManager;
|
||||
private loader: Loader;
|
||||
private userWokaPictureStores: Map<number, UserWokaPictureStore> = new Map<number, any>();
|
||||
private userWokaPictureStores: Map<number, UserWokaPictureStore> = new Map<number, UserWokaPictureStore>();
|
||||
|
||||
constructor(private room: Room, MapUrlFile: string, customKey?: string | undefined) {
|
||||
super({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue