We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d9d71 commit a72efc8Copy full SHA for a72efc8
1 file changed
src/tilemaps/parsers/tiled/ParseTileLayers.js
@@ -128,8 +128,8 @@ var ParseTileLayers = function (json, insertNull)
128
tileHeight: json.tileheight,
129
alpha: (curGroupState.opacity * curl.opacity),
130
visible: (curGroupState.visible && curl.visible),
131
- orientation: CONST.fromOrientationString(json.orientation),
132
- properties: GetFastValue(curl, 'properties', [])
+ properties: GetFastValue(curl, 'properties', []),
+ orientation: CONST.fromOrientationString(json.orientation)
133
134
});
135
@@ -208,8 +208,8 @@ var ParseTileLayers = function (json, insertNull)
208
209
210
211
212
213
214
215
0 commit comments