mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09: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;
|
return;
|
||||||
|
|
||||||
allowScaling = value;
|
allowScaling = value;
|
||||||
updateSize();
|
if (IsLoaded) updateSize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user