4.1.1 compatibility

This commit is contained in:
Platinum 2020-04-26 08:03:57 -07:00
parent 2b2eee2e6f
commit 150e567a1d
7 changed files with 34 additions and 38 deletions

View file

@ -26,7 +26,7 @@ namespace Rimworld_Animations {
Animating = value;
if(value == true) {
xxx.DrawNude(pawn);
SexUtility.DrawNude(pawn);
} else {
pawn.Drawer.renderer.graphics.ResolveAllGraphics();
}