You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" is newer than the currently supported version "+
231
-
TILED_SUPPORTED_VERSION+
232
-
". Some features may not work as expected.",
226
+
`(${this.name}) Tiled Map format version ${this.version} is newer than the currently supported version ${TILED_SUPPORTED_VERSION}. Some features may not work as expected.`,
233
227
);
234
228
}
235
229
}
@@ -491,8 +485,8 @@ export default class TMXTileMap {
491
485
if(typeofshape==="undefined"){
492
486
shape=polygonPool.get(0,0,[
493
487
vector2dPool.get(0,0),
494
-
vector2dPool.get(this.width,0),
495
-
vector2dPool.get(this.width,this.height),
488
+
vector2dPool.get(settings.width,0),
489
+
vector2dPool.get(settings.width,settings.height),
496
490
]);
497
491
}
498
492
// check if a me.Tile object is embedded
@@ -519,8 +513,8 @@ export default class TMXTileMap {
0 commit comments