Fix incorrect comment

This commit is contained in:
Bartłomiej Dach 2024-11-22 11:06:36 +01:00
parent 086a34f5c0
commit ead7e99c59
No known key found for this signature in database

View File

@ -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;