mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Don't schedule call to updateSize
in LoadComplete
to ensure following FinishTransforms
runs as expected
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
@ -129,7 +129,7 @@ namespace osu.Game.Graphics.Containers
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Scheduler.AddOnce(updateSize);
|
||||
updateSize();
|
||||
sizableContainer.FinishTransforms();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user