mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 20:47:26 +08:00
Change field to const
This commit is contained in:
parent
0b23809585
commit
d65d09e45f
@ -252,7 +252,7 @@ namespace osu.Game.Graphics.Backgrounds
|
|||||||
|
|
||||||
private class TrianglesDrawNode : DrawNode
|
private class TrianglesDrawNode : DrawNode
|
||||||
{
|
{
|
||||||
private float fill = 1f;
|
private const float fill = 1f;
|
||||||
|
|
||||||
protected new Triangles Source => (Triangles)base.Source;
|
protected new Triangles Source => (Triangles)base.Source;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user