mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Move position calculation to UpdateAfterChildren
Because we want this to occur after lifetimes have been evaluated.
This commit is contained in:
@ -60,9 +60,9 @@ namespace osu.Game.Tests.Visual
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
protected override void UpdateAfterChildren()
|
||||
{
|
||||
base.Update();
|
||||
base.UpdateAfterChildren();
|
||||
|
||||
foreach (var obj in AliveObjects)
|
||||
{
|
||||
|
Reference in New Issue
Block a user