mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 13:37:40 +02:00
new remix stops playback properly
This commit is contained in:
@ -397,6 +397,10 @@ namespace HeavenStudio.Editor
|
||||
|
||||
public void NewRemix()
|
||||
{
|
||||
if (Timeline.instance != null)
|
||||
Timeline.instance?.Stop(0);
|
||||
else
|
||||
GameManager.instance.Stop(0);
|
||||
MusicBytes = null;
|
||||
LoadRemix("");
|
||||
}
|
||||
|
Reference in New Issue
Block a user