mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 14:38:30 +00:00
Merge pull request #2412 from MannyC/keep_tiled_layer_encoding_synced
Remove encoding metadata from Tiled json if data has already had its …
This commit is contained in:
commit
2c87d14ede
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ Phaser.TilemapParser = {
|
|||
binaryString.charCodeAt(j+3) << 24) >>> 0;
|
||||
}
|
||||
curl.data = bytes;
|
||||
delete curl.encoding;
|
||||
}
|
||||
else if(curl.compression){
|
||||
console.warn('TilemapParser.parseTiledJSON - Layer compression is unsupported, skipping layer \'' + curl.name + '\'');
|
||||
|
|
Loading…
Add table
Reference in a new issue