mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 13:28:03 +09:00
Merge pull request #10796 from smoogipoo/fix-incorrect-framestability-value
Fix frame stable playback not being set correctly
This commit is contained in:
commit
ef5e3d5ab8
@ -77,7 +77,7 @@ namespace osu.Game.Rulesets.UI
|
|||||||
get => frameStablePlayback;
|
get => frameStablePlayback;
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
frameStablePlayback = false;
|
frameStablePlayback = value;
|
||||||
if (frameStabilityContainer != null)
|
if (frameStabilityContainer != null)
|
||||||
frameStabilityContainer.FrameStablePlayback = value;
|
frameStabilityContainer.FrameStablePlayback = value;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user