mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add legacy flag value for mirror mod
This commit is contained in:
@ -38,5 +38,6 @@ namespace osu.Game.Beatmaps.Legacy
|
||||
Key1 = 1 << 26,
|
||||
Key3 = 1 << 27,
|
||||
Key2 = 1 << 28,
|
||||
Mirror = 1 << 30,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user