mirror of
https://github.com/osukey/osukey.git
synced 2025-05-06 06:07:26 +09:00
Merge pull request #10891 from smoogipoo/remove-obsoletes
Remove obsolete method
This commit is contained in:
commit
ecd6d09600
@ -10,14 +10,6 @@ namespace osu.Game.Rulesets.Objects
|
|||||||
{
|
{
|
||||||
public static class SliderEventGenerator
|
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)
|
|
||||||
{
|
|
||||||
return Generate(startTime, spanDuration, velocity, tickDistance, totalDistance, spanCount, legacyLastTickOffset, default);
|
|
||||||
}
|
|
||||||
|
|
||||||
// ReSharper disable once MethodOverloadWithOptionalParameter
|
// ReSharper disable once MethodOverloadWithOptionalParameter
|
||||||
public static IEnumerable<SliderEventDescriptor> Generate(double startTime, double spanDuration, double velocity, double tickDistance, double totalDistance, int spanCount,
|
public static IEnumerable<SliderEventDescriptor> Generate(double startTime, double spanDuration, double velocity, double tickDistance, double totalDistance, int spanCount,
|
||||||
double? legacyLastTickOffset, CancellationToken cancellationToken = default)
|
double? legacyLastTickOffset, CancellationToken cancellationToken = default)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user