mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +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();
|
musicController.Stop();
|
||||||
|
|
||||||
editorState.Time = GameplayClockContainer.CurrentTime;
|
|
||||||
editor.RestoreState(editorState);
|
editor.RestoreState(editorState);
|
||||||
return base.OnExiting(e);
|
return base.OnExiting(e);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user