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.
1 parent ce50d5f commit 7793268Copy full SHA for 7793268
DragonBones/src/dragonBones/objects/XMLDataParser.as
@@ -84,6 +84,7 @@
84
return XML3DataParser.parseSkeletonData(rawData);
85
break;
86
case DragonBones.DATA_VERSION:
87
+ case DragonBones.DATA_VERSION_4_5:
88
89
90
default:
0 commit comments