1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-26 20:02:55 +08:00

remove unnecessary invalidateLoaded call

This commit is contained in:
Sheppsu 2024-09-06 05:47:32 -04:00
parent c0d0a8a76b
commit 2a7f7f114b

View File

@ -34,8 +34,6 @@ namespace osu.Game.Rulesets.Osu.UI
RelativeSizeAxes = Axes.Both; RelativeSizeAxes = Axes.Both;
this.replay = replay; this.replay = replay;
invalidateLoaded();
} }
private bool requireDisplay => showClickMarkers.Value || showFrameMarkers.Value || showCursorPath.Value; private bool requireDisplay => showClickMarkers.Value || showFrameMarkers.Value || showCursorPath.Value;