1
0
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:
smoogipooo 2017-03-14 19:24:47 +09:00
parent 069a7a24ce
commit c315c8690b

View File

@ -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
}
}