1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 21:07:33 +08:00

Set InvalidationSource to Self

This commit is contained in:
HiddenNode 2022-09-15 11:16:00 +01:00
parent 8286ab0d04
commit 2092008251

View File

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