mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
fix disable function for cover mod
This commit is contained in:
parent
dbadb882fa
commit
e0a4669cee
@ -51,6 +51,7 @@ namespace osu.Game.Rulesets.Mania.Mods
|
|||||||
if (s.NewValue)
|
if (s.NewValue)
|
||||||
{
|
{
|
||||||
pcw.Coverage.UnbindBindings();
|
pcw.Coverage.UnbindBindings();
|
||||||
|
pcw.Coverage.MinValue = 0f;
|
||||||
pcw.Coverage.Value = 0f;
|
pcw.Coverage.Value = 0f;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user