mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
removed log spam for toys
This commit is contained in:
parent
e51daf188f
commit
7fbf2391c9
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue