mirror of
https://github.com/ppy/osu
synced 2025-01-05 05:39:49 +00:00
Remove dispose method completely
This commit is contained in:
parent
6f947cacbd
commit
91754450b2
@ -184,11 +184,5 @@ namespace osu.Game.Screens.Play
|
||||
obj.MoveTo(originalPosition + new Vector2(0, 400), duration);
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
RemoveFilters();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user