mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:35:10 +08:00
Add overlay layer to enumeration type
This commit is contained in:
parent
87e501d4ba
commit
9415e45aea
@ -9,6 +9,7 @@ namespace osu.Game.Beatmaps.Legacy
|
||||
Fail = 1,
|
||||
Pass = 2,
|
||||
Foreground = 3,
|
||||
Video = 4
|
||||
Overlay = 4,
|
||||
Video = 5
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user