mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 03:02:53 +08:00
Fix incorrect hit object type.
This commit is contained in:
parent
069a7a24ce
commit
c315c8690b
@ -12,8 +12,7 @@ namespace osu.Game.Modes.Objects.Types
|
||||
Slider = 1 << 1,
|
||||
NewCombo = 1 << 2,
|
||||
Spinner = 1 << 3,
|
||||
ColourHax = 122,
|
||||
Hold = 1 << 7,
|
||||
SliderTick = 1 << 8,
|
||||
ColourHax = 112,
|
||||
Hold = 1 << 7
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user