mirror of
https://github.com/osukey/osukey.git
synced 2025-05-12 00:57:21 +09:00
Ensure source is set on reset
This commit is contained in:
parent
3b77d02752
commit
ae2fd2f2e1
@ -100,6 +100,7 @@ namespace osu.Game.Screens.Play
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public virtual void Reset()
|
public virtual void Reset()
|
||||||
{
|
{
|
||||||
|
ChangeSource(SourceClock);
|
||||||
Seek(0);
|
Seek(0);
|
||||||
|
|
||||||
// Manually stop the source in order to not affect the IsPaused state.
|
// Manually stop the source in order to not affect the IsPaused state.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user