mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
missing fit to song
This commit is contained in:
parent
fbeab5f0ad
commit
ffcccdb6b9
1 changed files with 1 additions and 0 deletions
|
@ -415,6 +415,7 @@ namespace HeavenStudio.Editor
|
|||
bytes = ms.ToArray();
|
||||
Conductor.instance.musicSource.clip = OggVorbis.VorbisPlugin.ToAudioClip(bytes, "music");
|
||||
loadedMusic = true;
|
||||
Timeline.FitToSong();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue