Skip to content

Commit a72efc8

Browse files
committed
Update ParseTileLayers.js
1 parent b4d9d71 commit a72efc8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/tilemaps/parsers/tiled/ParseTileLayers.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ var ParseTileLayers = function (json, insertNull)
128128
tileHeight: json.tileheight,
129129
alpha: (curGroupState.opacity * curl.opacity),
130130
visible: (curGroupState.visible && curl.visible),
131-
orientation: CONST.fromOrientationString(json.orientation),
132-
properties: GetFastValue(curl, 'properties', [])
131+
properties: GetFastValue(curl, 'properties', []),
132+
orientation: CONST.fromOrientationString(json.orientation)
133133

134134
});
135135

@@ -208,8 +208,8 @@ var ParseTileLayers = function (json, insertNull)
208208
tileHeight: json.tileheight,
209209
alpha: (curGroupState.opacity * curl.opacity),
210210
visible: (curGroupState.visible && curl.visible),
211-
orientation: CONST.fromOrientationString(json.orientation),
212-
properties: GetFastValue(curl, 'properties', [])
211+
properties: GetFastValue(curl, 'properties', []),
212+
orientation: CONST.fromOrientationString(json.orientation)
213213

214214
});
215215

0 commit comments

Comments
 (0)