Fix code formatting

This commit is contained in:
Salman Ahmed 2022-07-25 06:36:21 +03:00
parent 16e655766e
commit f68c4e8890
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ internal class OsuModWiggle : ModWithVisibilityAdjustment
public override double ScoreMultiplier => 1;
public override Type[] IncompatibleMods => new[] { typeof(OsuModTransform), typeof(OsuModMagnetised), typeof(OsuModRepel) };
private const int wiggle_duration = 100; // (ms) Higher = fewer wiggles
private const int wiggle_duration = 100; // (ms) Higher = fewer wiggles
[SettingSource("Strength", "Multiplier applied to the wiggling strength.")]
public BindableDouble WiggleStrength { get; } = new BindableDouble(1)