mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 12:02:54 +08:00
Merge branch 'fix-incorrect-framestability-value' into hitobject-pooling-base
This commit is contained in:
commit
d7bee80d4e
@ -79,7 +79,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