Tmorph global swap that actually works.

This commit is contained in:
Ganom
2019-06-03 23:29:41 -04:00
parent 936feee02e
commit a2a58cddb1

View File

@@ -64,7 +64,7 @@ public class TMorph extends Plugin
@Subscribe
public void onAnimationChanged(AnimationChanged event)
{
if (config.animationTarget() < 0 && config.animationSwap() < 0)
if (config.animationTarget() <= 0 && config.animationSwap() <= 0 && config.globalAnimSwap() > 0)
{
if (event.getActor().getAnimation() != -1)
{