From 97bb9b4a8f418d62eb1a8153980e0852e4e96886 Mon Sep 17 00:00:00 2001 From: Svipal Date: Sun, 9 Aug 2020 12:33:26 +0200 Subject: [PATCH] bad bad idea --- src/tilemaps/parsers/tiled/ParseTileLayers.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tilemaps/parsers/tiled/ParseTileLayers.js b/src/tilemaps/parsers/tiled/ParseTileLayers.js index d930742c3..7a7a5ce69 100644 --- a/src/tilemaps/parsers/tiled/ParseTileLayers.js +++ b/src/tilemaps/parsers/tiled/ParseTileLayers.js @@ -128,8 +128,8 @@ var ParseTileLayers = function (json, insertNull) tileHeight: json.tileheight, alpha: (curGroupState.opacity * curl.opacity), visible: (curGroupState.visible && curl.visible), - orientation: CONST.fromOrientationString(json.orientation), - properties: GetFastValue(curl, 'properties', []) + properties: GetFastValue(curl, 'properties', []), + orientation: CONST.fromOrientationString(json.orientation) }); @@ -208,8 +208,8 @@ var ParseTileLayers = function (json, insertNull) tileHeight: json.tileheight, alpha: (curGroupState.opacity * curl.opacity), visible: (curGroupState.visible && curl.visible), - orientation: CONST.fromOrientationString(json.orientation), - properties: GetFastValue(curl, 'properties', []) + properties: GetFastValue(curl, 'properties', []), + orientation: CONST.fromOrientationString(json.orientation) });