mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 00:22:58 +08:00
Make layout
readonly
This commit is contained in:
parent
d81cdacb0d
commit
18efdb0e4c
@ -72,7 +72,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
private ScheduledDelegate scheduledCreate;
|
private ScheduledDelegate scheduledCreate;
|
||||||
|
|
||||||
private LayoutValue layout = new LayoutValue(Invalidation.DrawSize | Invalidation.DrawInfo);
|
private readonly LayoutValue layout = new LayoutValue(Invalidation.DrawSize | Invalidation.DrawInfo);
|
||||||
|
|
||||||
public SquareGraph()
|
public SquareGraph()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user