Skip to content

Commit 3c9e493

Browse files
committed
Normal ATCAnims need not be pool objects
1 parent 3b7ddcb commit 3c9e493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

korman/exporter/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
plFactory.ClassIndex("plDynaRippleMgr"),
3737
plFactory.ClassIndex("plDynaBulletMgr"),
3838
plFactory.ClassIndex("plDynaPuddleMgr"),
39-
plFactory.ClassIndex("plATCAnim"),
39+
#plFactory.ClassIndex("plATCAnim"), # Only Avatar Animations need to be pool objects
4040
plFactory.ClassIndex("plEmoteAnim"),
4141
plFactory.ClassIndex("plDynaRippleVSMgr"),
4242
plFactory.ClassIndex("plDynaTorpedoMgr"),

0 commit comments

Comments
 (0)