#18051: Use default parameter value
(cherry picked from commit 85787776a5
)
This commit is contained in:
parent
939d50243b
commit
37ce381e3d
|
@ -104,7 +104,7 @@ namespace Godot
|
|||
}
|
||||
}
|
||||
|
||||
private static readonly Color black = new Color(0f, 0f, 0f, 1.0f);
|
||||
private static readonly Color black = new Color(0f, 0f, 0f);
|
||||
|
||||
public Color Black
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue