mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
LegacyFinalTick -> LegacyLastTick to match existing variable
This commit is contained in:
@ -86,7 +86,7 @@ namespace osu.Game.Rulesets.Objects
|
||||
|
||||
yield return new SliderEventDescriptor
|
||||
{
|
||||
Type = SliderEventType.LegacyFinalTick,
|
||||
Type = SliderEventType.LegacyLastTick,
|
||||
SpanIndex = finalSpanIndex,
|
||||
SpanStartTime = finalSpanStartTime,
|
||||
StartTime = finalSpanTime,
|
||||
@ -120,7 +120,7 @@ namespace osu.Game.Rulesets.Objects
|
||||
public enum SliderEventType
|
||||
{
|
||||
Tick,
|
||||
LegacyFinalTick,
|
||||
LegacyLastTick,
|
||||
Head,
|
||||
Tail,
|
||||
Repeat
|
||||
|
Reference in New Issue
Block a user