tweaks for potential null ref. check errors

This commit is contained in:
Platinum 2020-07-18 10:30:56 -07:00
parent 3733c1caa4
commit ab3a87bb5f
4 changed files with 7 additions and 5 deletions

View file

@ -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;