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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user