1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 04:09:53 +08:00

Add explanatory note for ClearTransforms usage

This commit is contained in:
Salman Alshamrani
2025-12-18 20:04:02 -05:00
Unverified
parent 276757315f
commit c475b4bc4b
@@ -71,6 +71,7 @@ namespace osu.Game.Overlays.Settings
private void updateDisplay()
{
// Explicitly use ClearTransforms to clear any existing auto-size transform before modifying size / flag.
ClearTransforms();
if (Current.Value == null)