Skip to content

Commit 40a2625

Browse files
committed
oop
1 parent 809d0b7 commit 40a2625

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/tilemaps/parsers/tiled/ParseTileLayers.js

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

135-
=======
136-
properties: GetFastValue(curl, 'properties', [])
137-
>>>>>>> 0cca0018451ad141795ed0c8153193dabeb62ef6
138134
});
139135

140136
if (layerData.orientation === CONST.HEXAGONAL)
@@ -212,13 +208,9 @@ var ParseTileLayers = function (json, insertNull)
212208
tileHeight: json.tileheight,
213209
alpha: (curGroupState.opacity * curl.opacity),
214210
visible: (curGroupState.visible && curl.visible),
215-
<<<<<<< HEAD
216211
properties: GetFastValue(curl, 'properties', []),
217212
orientation: CONST.fromOrientationString(json.orientation)
218213

219-
=======
220-
properties: GetFastValue(curl, 'properties', [])
221-
>>>>>>> 0cca0018451ad141795ed0c8153193dabeb62ef6
222214
});
223215

224216
if (layerData.orientation === CONST.HEXAGONAL)

0 commit comments

Comments
 (0)