1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:43:00 +08:00

Guard against non-threadsafe transformation logic in ScalingContainer-

This commit is contained in:
Dean Herbert 2021-05-03 15:17:01 +09:00
parent 51f4077b27
commit f36684a070

View File

@ -50,7 +50,7 @@ namespace osu.Game.Graphics.Containers
return;
allowScaling = value;
updateSize();
if (IsLoaded) updateSize();
}
}