Skip to content

Commit

Permalink
Fix display length not resetting to default because default was wrong
Browse files Browse the repository at this point in the history
Closes ppy#29757.
  • Loading branch information
peppy committed Sep 7, 2024
1 parent 04d1338 commit 41d32ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected override void InitialiseDefaults()
SetDefault(OsuRulesetSetting.ReplayFrameMarkersEnabled, false);
SetDefault(OsuRulesetSetting.ReplayCursorPathEnabled, false);
SetDefault(OsuRulesetSetting.ReplayCursorHideEnabled, false);
SetDefault(OsuRulesetSetting.ReplayAnalysisDisplayLength, 750);
SetDefault(OsuRulesetSetting.ReplayAnalysisDisplayLength, 800);
}
}

Expand Down

0 comments on commit 41d32ab

Please sign in to comment.