mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Fix frame stable playback not being set correctly
This commit is contained in:
parent
31dcdb4427
commit
90499329bd
@ -77,7 +77,7 @@ namespace osu.Game.Rulesets.UI
|
||||
get => frameStablePlayback;
|
||||
set
|
||||
{
|
||||
frameStablePlayback = false;
|
||||
frameStablePlayback = value;
|
||||
if (frameStabilityContainer != null)
|
||||
frameStabilityContainer.FrameStablePlayback = value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user