mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +08:00
Guard against non-threadsafe transformation logic in ScalingContainer
-
This commit is contained in:
parent
51f4077b27
commit
f36684a070
@ -50,7 +50,7 @@ namespace osu.Game.Graphics.Containers
|
||||
return;
|
||||
|
||||
allowScaling = value;
|
||||
updateSize();
|
||||
if (IsLoaded) updateSize();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user