mirror of
https://github.com/godotengine/godot.git
synced 2025-02-23 23:15:07 +08:00
#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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user