uninitialized attributes fix

This commit is contained in:
Platinum 2020-05-29 14:54:48 -07:00
parent 08efc14b6c
commit 422c562c3c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace Rimworld_Animations {
PortraitsCache.SetDirty(pawn);
}
}
private bool Animating;
private bool Animating = false;
private bool mirror = false, quiver = false, shiver = false;
private int actor;