1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Merge branch 'fix-incorrect-framestability-value' into hitobject-pooling-base

This commit is contained in:
smoogipoo 2020-11-11 18:52:51 +09:00
commit d7bee80d4e

View File

@ -79,7 +79,7 @@ namespace osu.Game.Rulesets.UI
get => frameStablePlayback;
set
{
frameStablePlayback = false;
frameStablePlayback = value;
if (frameStabilityContainer != null)
frameStabilityContainer.FrameStablePlayback = value;
}