mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:47:39 +02:00
Editor: Timeline now scales to fit song length
This commit is contained in:
@ -107,7 +107,8 @@ namespace RhythmHeavenMania.Util
|
||||
|
||||
public void Stop()
|
||||
{
|
||||
audioSource.Stop();
|
||||
if (audioSource != null)
|
||||
audioSource.Stop();
|
||||
}
|
||||
|
||||
public void Delete()
|
||||
|
Reference in New Issue
Block a user