mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 06:13:03 +08:00
Merge pull request #9192 from peppy/fix-redundant-override
Fix redundant override showing up in build warnings
This commit is contained in:
commit
73467410ab
@ -11,6 +11,7 @@ namespace osu.Game.Rulesets.Objects
|
||||
public static class SliderEventGenerator
|
||||
{
|
||||
[Obsolete("Use the overload with cancellation support instead.")] // can be removed 20201115
|
||||
// ReSharper disable once RedundantOverload.Global
|
||||
public static IEnumerable<SliderEventDescriptor> Generate(double startTime, double spanDuration, double velocity, double tickDistance, double totalDistance, int spanCount,
|
||||
double? legacyLastTickOffset)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user