mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
tweaks for potential null ref. check errors
This commit is contained in:
parent
3733c1caa4
commit
ab3a87bb5f
4 changed files with 7 additions and 5 deletions
|
@ -45,7 +45,7 @@ namespace Rimworld_Animations {
|
|||
private float clipPercent = 0;
|
||||
|
||||
public Vector3 anchor, deltaPos, headBob;
|
||||
public float bodyAngle, headAngle, genitalAngle;
|
||||
public float bodyAngle, headAngle, genitalAngle = 0;
|
||||
public Rot4 headFacing, bodyFacing;
|
||||
|
||||
public bool controlGenitalAngle = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue