1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:07:52 +08:00

Add missing immediate application of AccentColour in DefaultKeyArea

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
Dean Herbert 2022-10-07 17:00:10 +09:00 committed by GitHub
parent 98b578e8e6
commit c7405d1c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ namespace osu.Game.Rulesets.Mania.UI.Components
Radius = 5,
Colour = colour.NewValue.Opacity(0.5f),
};
});
}, true);
}
private void onDirectionChanged(ValueChangedEvent<ScrollingDirection> direction)