mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 04:19:53 +08:00
Seek using local method
This commit is contained in:
@@ -105,9 +105,10 @@ namespace osu.Game.Screens.Play
|
||||
/// </summary>
|
||||
public virtual void Reset()
|
||||
{
|
||||
AdjustableSource.Seek(StartOffset);
|
||||
AdjustableSource.Stop();
|
||||
Seek(StartOffset);
|
||||
|
||||
// Manually stop the source in order to not affect the IsPaused state.
|
||||
AdjustableSource.Stop();
|
||||
|
||||
if (!IsPaused.Value)
|
||||
Start();
|
||||
|
||||
Reference in New Issue
Block a user