Skip to content

Commit

Permalink
Normal ATCAnims need not be pool objects
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Jul 8, 2024
1 parent ed76150 commit 74f9092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion korman/exporter/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
plFactory.ClassIndex("plDynaRippleMgr"),
plFactory.ClassIndex("plDynaBulletMgr"),
plFactory.ClassIndex("plDynaPuddleMgr"),
plFactory.ClassIndex("plATCAnim"),
#plFactory.ClassIndex("plATCAnim"), # Only Avatar Animations need to be pool objects
plFactory.ClassIndex("plEmoteAnim"),
plFactory.ClassIndex("plDynaRippleVSMgr"),
plFactory.ClassIndex("plDynaTorpedoMgr"),
Expand Down

0 comments on commit 74f9092

Please sign in to comment.