Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
oops debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
minenice55 committed Jan 15, 2024
1 parent f4e01a9 commit 90b8dc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/Games/MeatGrinder/MeatGrinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ private void Update()
float normalizedBeat = cond.GetPositionFromBeat(cartEase.beat, cartEase.length);
Util.EasingFunction.Function func = Util.EasingFunction.GetEasingFunction(cartEase.ease);
float newPos = func(0f, 1f, normalizedBeat);
Debug.Log($"{normalizedBeat}, {newPos}");
CartGuyParentAnim.DoNormalizedAnimation($"Move{cartDir}", newPos);
if (normalizedBeat >= 1) cartEase.length = 0;
}
Expand Down

0 comments on commit 90b8dc9

Please sign in to comment.