We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8048837 + 3dbeda8 commit 475383dCopy full SHA for 475383d
extensions/cocostudio/loader/parsers/timelineParser-2.x.js
@@ -339,8 +339,8 @@
339
if(!layoutComponent)
340
return;
341
342
- var positionXPercentEnabled = json["PositionPercentXEnable"] || false;
343
- var positionYPercentEnabled = json["PositionPercentYEnable"] || false;
+ var positionXPercentEnabled = json["PositionPercentXEnable"] || json["PositionPercentXEnabled"] || false;
+ var positionYPercentEnabled = json["PositionPercentYEnable"] || json["PositionPercentYEnabled"] || false;
344
var positionXPercent = 0,
345
positionYPercent = 0,
346
PrePosition = json["PrePosition"];
0 commit comments