mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
f0fe3bc804
It was reported that mods selected in song select would show up during loading of replays which were recorded under a different set of mods. This was caused by BeatmapMetadataDisplay accepting a plain read-only value of the Mods bindable in PlayerLoader.load(), therefore making the mod value assignment in ReplayPlayerLoader.OnEntering() have no effect on that component. To resolve this issue, make BeatmapMetadataDisplay accept the higher-level bindable, bind to it locally and pass it down the hierarchy to ModDisplay. |
||
---|---|---|
.. | ||
Break | ||
HUD | ||
PlayerSettings | ||
BreakOverlay.cs | ||
ComboEffects.cs | ||
DimmableStoryboard.cs | ||
DimmableVideo.cs | ||
FailAnimation.cs | ||
FailOverlay.cs | ||
GameplayClock.cs | ||
GameplayClockContainer.cs | ||
GameplayMenuOverlay.cs | ||
HotkeyExitOverlay.cs | ||
HotkeyRetryOverlay.cs | ||
HUDOverlay.cs | ||
KeyCounter.cs | ||
KeyCounterAction.cs | ||
KeyCounterDisplay.cs | ||
KeyCounterKeyboard.cs | ||
KeyCounterMouse.cs | ||
KeyCounterState.cs | ||
PauseOverlay.cs | ||
Player.cs | ||
PlayerLoader.cs | ||
ReplayPlayer.cs | ||
ReplayPlayerLoader.cs | ||
ResumeOverlay.cs | ||
ScreenWithBeatmapBackground.cs | ||
SkipOverlay.cs | ||
SoloResults.cs | ||
SongProgress.cs | ||
SongProgressBar.cs | ||
SongProgressGraph.cs | ||
SongProgressInfo.cs | ||
SquareGraph.cs |