mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +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)
|
||||
{
|
||||
pcw.Coverage.UnbindBindings();
|
||||
pcw.Coverage.MinValue = 0f;
|
||||
pcw.Coverage.Value = 0f;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user