mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Better rotation of RimNudeWorld genitals
changed Animating to false on PostExposeData to stop errors from trying to start animation on save load
This commit is contained in:
parent
7fda462532
commit
c9dacad8a1
5 changed files with 200 additions and 16 deletions
|
@ -428,7 +428,7 @@ namespace Rimworld_Animations {
|
|||
Scribe_Values.Look(ref curStage, "RJWAnimations-curStage", 0);
|
||||
Scribe_Values.Look(ref actor, "RJWAnimations-actor");
|
||||
|
||||
Scribe_Values.Look(ref Animating, "RJWAnimations-Animating");
|
||||
Animating = false;
|
||||
Scribe_Values.Look(ref anchor, "RJWAnimations-anchor");
|
||||
Scribe_Values.Look(ref deltaPos, "RJWAnimations-deltaPos");
|
||||
Scribe_Values.Look(ref headBob, "RJWAnimations-headBob");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue