Adjust method naming and copy

This commit is contained in:
Bartłomiej Dach
2023-01-01 18:48:56 +01:00
parent 0e59b55a12
commit a82f1a6abd
3 changed files with 4 additions and 4 deletions

View File

@ -102,7 +102,7 @@ namespace osu.Game.Tests.Visual
public new void Redo() => base.Redo();
public new void SetCurrentTimeAsPreview() => base.SetCurrentTimeAsPreview();
public new void SetPreviewPointToCurrentTime() => base.SetPreviewPointToCurrentTime();
public new bool Save() => base.Save();