DragonBonesAS icon indicating copy to clipboard operation
DragonBonesAS copied to clipboard

found problem on ObjectDataParser.as

Open urunky opened this issue 8 years ago • 1 comments
trafficstars

on ObjectDataParser._parseSlotDisplaySet line 360 : displayDataSet.fixed = true ;

SkinSlotData._onClear line 31 : displays.length = 0 ;

when calling StarlingFactory.clear( true )

RangeError: Error #1126: Cannot change the length of a fixed Vector. at Vector$object/set length() at dragonBones.objects::SkinSlotData/_onClear()[D:\github\DragonBonesAS5.0\DragonBones\src\dragonBones\objects\SkinSlotData.as:31]

urunky avatar Jan 18 '17 02:01 urunky

Hi, The bug has been fixed.

akdcl avatar Feb 15 '17 02:02 akdcl