Merge branch 'develop' of github.com:thecodingmachine/workadventure into develop
This commit is contained in:
commit
dca2cc3c6c
@ -1451,7 +1451,7 @@ export class GameScene extends DirtyScene {
|
||||
phaserLayer.setCollisionByProperty({ collides: true }, visible);
|
||||
} else {
|
||||
const phaserLayers = this.gameMap.findPhaserLayers(layerName + "/");
|
||||
if (phaserLayers === []) {
|
||||
if (phaserLayers.length === 0) {
|
||||
console.warn(
|
||||
'Could not find layer with name that contains "' +
|
||||
layerName +
|
||||
|
Loading…
Reference in New Issue
Block a user