mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:47:39 +02:00
Fixed minor song offset/song pitch compatibility issue
This commit is contained in:
@ -111,7 +111,7 @@ namespace RhythmHeavenMania
|
||||
if (musicStartTime < 0f)
|
||||
{
|
||||
musicSource.time = startPos;
|
||||
musicSource.PlayScheduled(AudioSettings.dspTime - firstBeatOffset);
|
||||
musicSource.PlayScheduled(AudioSettings.dspTime - firstBeatOffset / musicSource.pitch);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user