Revert "Set InvalidationSource to Self"

This reverts commit 2092008251.
This commit is contained in:
HiddenNode 2022-09-17 10:10:20 +01:00
parent 2092008251
commit 0d76f4501d

View File

@ -75,7 +75,7 @@ namespace osu.Game.Screens.Play
}
}
private readonly LayoutValue layout = new LayoutValue(Invalidation.DrawSize, InvalidationSource.Self);
private readonly LayoutValue layout = new LayoutValue(Invalidation.DrawSize);
private ScheduledDelegate scheduledCreate;
protected override void Update()