no log
This commit is contained in:
parent
742bd98f56
commit
db49ce5b66
|
|
@ -135,7 +135,6 @@ namespace HeavenStudio.Games.Scripts_TotemClimb
|
||||||
{
|
{
|
||||||
yield break;
|
yield break;
|
||||||
}
|
}
|
||||||
Debug.Log(Math.Clamp(Conductor.instance.songPositionInBeatsAsDouble, beat, beat + _path.positions[0].duration) + ", Beat: " + beat);
|
|
||||||
transform.position = GetPathPositionFromBeat(_path, Math.Clamp(Conductor.instance.songPositionInBeatsAsDouble, beat, beat + _path.positions[0].duration), beat);
|
transform.position = GetPathPositionFromBeat(_path, Math.Clamp(Conductor.instance.songPositionInBeatsAsDouble, beat, beat + _path.positions[0].duration), beat);
|
||||||
|
|
||||||
if (normalizedBeat >= 0.5f && !playedFall)
|
if (normalizedBeat >= 0.5f && !playedFall)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue