removed log spam for toys

This commit is contained in:
c0ffee 2022-05-12 16:59:55 -07:00
parent e51daf188f
commit 7fbf2391c9
2 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ namespace Rimworld_Animations {
//shift up and right 0.5f to align center
deltaPos = new Vector3((clip.PositionX.Evaluate(clipPercent)) * (mirror ? -1 : 1) + 0.5f, AltitudeLayer.Item.AltitudeFor(), clip.PositionZ.Evaluate(clipPercent) + 0.5f);
Log.Message("Clip percent: " + clipPercent + " deltaPos: " + deltaPos);
//Log.Message("Clip percent: " + clipPercent + " deltaPos: " + deltaPos);
rotation = clip.Rotation.Evaluate(clipPercent) * (mirror ? -1 : 1);
}