mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Mark unused methods as NotImplemented
for safety
This commit is contained in:
parent
f81c7644b4
commit
c5f8529d20
@ -209,9 +209,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
void IAdjustableClock.Reset() => Reset();
|
||||
|
||||
public void ResetSpeedAdjustments()
|
||||
{
|
||||
}
|
||||
public void ResetSpeedAdjustments() => throw new NotImplementedException();
|
||||
|
||||
double IAdjustableClock.Rate
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user