#18051: Use default parameter value

This commit is contained in:
Xavier Cho 2018-04-08 12:43:31 +09:00
parent b765c051cb
commit 85787776a5
1 changed files with 1 additions and 1 deletions

View File

@ -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
{ {