1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 13:22:56 +08:00

Add legacy flag value for mirror mod

This commit is contained in:
Bartłomiej Dach 2020-08-29 11:45:59 +02:00
parent 4031f2d311
commit 658a1d159f

View File

@ -38,5 +38,6 @@ namespace osu.Game.Beatmaps.Legacy
Key1 = 1 << 26,
Key3 = 1 << 27,
Key2 = 1 << 28,
Mirror = 1 << 30,
}
}