mirror of
https://github.com/ppy/osu
synced 2025-01-21 21:33:13 +00:00
Fix incorrect comment
This commit is contained in:
parent
086a34f5c0
commit
ead7e99c59
@ -94,7 +94,7 @@ namespace osu.Game.Database
|
||||
/// 41 2024-04-17 Add ScoreInfo.TotalScoreWithoutMods for future mod multiplier rebalances.
|
||||
/// 42 2024-08-07 Update mania key bindings to reflect changes to ManiaAction
|
||||
/// 43 2024-10-14 Reset keybind for toggling FPS display to avoid conflict with "convert to stream" in the editor, if not already changed by user.
|
||||
/// 44 2024-11-22 Removed several properties from ScoreInfo which did not need to be persisted to realm.
|
||||
/// 44 2024-11-22 Removed several properties from BeatmapInfo which did not need to be persisted to realm.
|
||||
/// </summary>
|
||||
private const int schema_version = 44;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user