1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 13:33:52 +08:00

Add overlay layer to enumeration type

This commit is contained in:
Bartłomiej Dach 2020-05-18 20:11:19 +02:00
parent 87e501d4ba
commit 9415e45aea

View File

@ -9,6 +9,7 @@ namespace osu.Game.Beatmaps.Legacy
Fail = 1,
Pass = 2,
Foreground = 3,
Video = 4
Overlay = 4,
Video = 5
}
}