Skip to content

Commit 7793268

Browse files
committed
fix xml version bug
1 parent ce50d5f commit 7793268

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DragonBones/src/dragonBones/objects/XMLDataParser.as

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
return XML3DataParser.parseSkeletonData(rawData);
8585
break;
8686
case DragonBones.DATA_VERSION:
87+
case DragonBones.DATA_VERSION_4_5:
8788
break;
8889

8990
default:

0 commit comments

Comments
 (0)