mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Inline StopSample()
into StopSampleAndRemoveFilters()
The first method no longer has any callers except for the second one.
This commit is contained in:
@ -154,14 +154,9 @@ namespace osu.Game.Screens.Play
|
|||||||
Background?.FadeColour(OsuColour.Gray(0.3f), 60);
|
Background?.FadeColour(OsuColour.Gray(0.3f), 60);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void StopSample()
|
|
||||||
{
|
|
||||||
failSampleChannel?.Stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void StopSampleAndRemoveFilters()
|
public void StopSampleAndRemoveFilters()
|
||||||
{
|
{
|
||||||
StopSample();
|
failSampleChannel?.Stop();
|
||||||
removeFilters();
|
removeFilters();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user