mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Merge branch 'fix-incorrect-framestability-value' into hitobject-pooling-base
This commit is contained in:
@ -79,7 +79,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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user