Fix flashlight size multiplier printing with too many decimal digits

This commit is contained in:
Bartłomiej Dach
2022-02-02 20:41:25 +01:00
parent 3a5099cf06
commit 82f9ad63f5
5 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Mods
public override string Description => "Restricted view area.";
[SettingSource("Flashlight size", "Multiplier applied to the default flashlight size.")]
public abstract BindableNumber<float> SizeMultiplier { get; }
public abstract BindableFloat SizeMultiplier { get; }
[SettingSource("Change size based on combo", "Decrease the flashlight size as combo increases.")]
public abstract BindableBool ComboBasedSize { get; }