mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 11:12:54 +08: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:
parent
bdfc317a8e
commit
a4e713a61f
@ -68,7 +68,6 @@ namespace osu.Game.Screens.Edit.GameplayTest
|
||||
{
|
||||
musicController.Stop();
|
||||
|
||||
editorState.Time = GameplayClockContainer.CurrentTime;
|
||||
editor.RestoreState(editorState);
|
||||
return base.OnExiting(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user