mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Clear all tasks and transforms when resetting Breaks
This commit is contained in:
@ -37,8 +37,6 @@ namespace osu.Game.Tests.Visual
|
||||
EndTime = Clock.CurrentTime + duration,
|
||||
}
|
||||
};
|
||||
|
||||
breakOverlay.InitializeBreaks();
|
||||
}
|
||||
|
||||
private void startMultipleBreaks()
|
||||
@ -58,8 +56,6 @@ namespace osu.Game.Tests.Visual
|
||||
EndTime = currentTime + 6000,
|
||||
}
|
||||
};
|
||||
|
||||
breakOverlay.InitializeBreaks();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user