mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Guard against non-threadsafe transformation logic in ScalingContainer
-
This commit is contained in:
@ -50,7 +50,7 @@ namespace osu.Game.Graphics.Containers
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
allowScaling = value;
|
allowScaling = value;
|
||||||
updateSize();
|
if (IsLoaded) updateSize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user