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();
}
}