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:
parent
8286ab0d04
commit
2092008251
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user