mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 02:53:40 +08:00
Update ModAdaptiveSpeed.cs
This commit is contained in:
committed by
GitHub
Unverified
parent
1caab78bdc
commit
028653eb97
@@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override bool ValidForMultiplayer => false;
|
||||
public override bool ValidForMultiplayerAsFreeMod => false;
|
||||
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModRateAdjust), typeof(ModTimeRamp) };
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModRateAdjust), typeof(ModTimeRamp), typeof(ModAutoplay) };
|
||||
|
||||
[SettingSource("Initial rate", "The starting speed of the track")]
|
||||
public BindableNumber<double> InitialRate { get; } = new BindableDouble
|
||||
|
||||
Reference in New Issue
Block a user