mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
When returning to the editor after test play, use the original editor time rather than the point of exit
This commit is contained in:
@ -68,7 +68,6 @@ namespace osu.Game.Screens.Edit.GameplayTest
|
||||
{
|
||||
musicController.Stop();
|
||||
|
||||
editorState.Time = GameplayClockContainer.CurrentTime;
|
||||
editor.RestoreState(editorState);
|
||||
return base.OnExiting(e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user