mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 00:53:10 +08:00
Add legacy flag value for mirror mod
This commit is contained in:
parent
4031f2d311
commit
658a1d159f
@ -38,5 +38,6 @@ namespace osu.Game.Beatmaps.Legacy
|
|||||||
Key1 = 1 << 26,
|
Key1 = 1 << 26,
|
||||||
Key3 = 1 << 27,
|
Key3 = 1 << 27,
|
||||||
Key2 = 1 << 28,
|
Key2 = 1 << 28,
|
||||||
|
Mirror = 1 << 30,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user