1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

fix disable function for cover mod

This commit is contained in:
cdwcgt 2024-06-07 21:10:59 +09:00
parent dbadb882fa
commit e0a4669cee
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -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