#18051: Use default parameter value
This commit is contained in:
parent
b765c051cb
commit
85787776a5
|
@ -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
|
public Color Black
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue