1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 13:22:55 +08:00

remove outdated comment

This commit is contained in:
Ivan Pavluk 2021-06-11 15:12:05 +07:00
parent 09df23e2a6
commit e34e26ae52

View File

@ -31,7 +31,6 @@ namespace osu.Game.Rulesets.Taiko.Mods
public BindableNumber<double> VisibilityMod { get; } = new BindableDouble
{
MinValue = 0.5,
// Max visibility is only to be used with max playfield size
MaxValue = 1.5,
Default = 1.0,
Value = 1.0,