peabrain moment
VERY IMPORTANT FIX
This commit is contained in:
parent
532dfe2a08
commit
430b7ddd81
|
@ -203,6 +203,10 @@ namespace HeavenStudio
|
||||||
if (result)
|
if (result)
|
||||||
{
|
{
|
||||||
lastReportedBeat += 1f;
|
lastReportedBeat += 1f;
|
||||||
|
if (lastReportedBeat < songPositionInBeats)
|
||||||
|
{
|
||||||
|
lastReportedBeat = Mathf.Round(songPositionInBeats);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue