don't run passthrough while not animating

This commit is contained in:
Platinum 2020-04-22 11:24:31 -07:00
parent f3cd391c6f
commit 67cb546336
3 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ namespace Rimworld_Animations {
public List<ThingKeyframe> keyframes;
public override void buildSimpleCurves() {
}
}
}