Skip to content

Commit

Permalink
Merge pull request #218 from Beamographic/dependabot/nuget/ppy.osu.Ga…
Browse files Browse the repository at this point in the history
…me-2022.205.0

Bump ppy.osu.Game from 2022.127.0 to 2022.205.0
  • Loading branch information
LumpBloom7 authored Feb 5, 2022
2 parents 0e6069b + b01a3d3 commit 6923822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Rush/Mods/RushModFlashlight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class RushModFlashlight : ModFlashlight<RushHitObject>
public override float DefaultFlashlightSize => 330;

[SettingSource("Flashlight size", "Multiplier applied to the default flashlight size.")]
public override BindableNumber<float> SizeMultiplier { get; } = new BindableNumber<float>
public override BindableFloat SizeMultiplier { get; } = new BindableFloat
{
MinValue = 0.5f,
MaxValue = 1.5f,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public RushFramedReplayInputHandler(Replay replay)
/// </summary>
public FeverActivationMode? FeverActivationMode => CurrentFrame?.FeverActivationMode;

public override void CollectPendingInputs(List<IInput> inputs) =>
protected override void CollectReplayInputs(List<IInput> inputs) =>
inputs.Add(new ReplayState<RushAction> { PressedActions = CurrentFrame?.Actions ?? new List<RushAction>() });
}
}
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Rush/osu.Game.Rulesets.Rush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2022.127.0" />
<PackageReference Include="ppy.osu.Game" Version="2022.205.0" />
</ItemGroup>
</Project>

0 comments on commit 6923822

Please sign in to comment.