mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:07:29 +08:00
Remove guard against RemoveFilters
running more than once
It turns out this is required to remove some filters immediate, and some later. Weird.
This commit is contained in:
parent
ad3dd1c700
commit
a6ed589db4
@ -153,8 +153,6 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
public void RemoveFilters(bool resetTrackFrequency = true)
|
||||
{
|
||||
if (filtersRemoved) return;
|
||||
|
||||
filtersRemoved = true;
|
||||
|
||||
if (!started)
|
||||
|
Loading…
Reference in New Issue
Block a user