bad bad idea

This commit is contained in:
Svipal 2020-08-09 12:33:26 +02:00
parent c77731d127
commit 97bb9b4a8f

View file

@ -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)
});