#18051: Use default parameter value

(cherry picked from commit 85787776a5)
This commit is contained in:
Xavier Cho 2018-04-08 12:43:31 +09:00 committed by Hein-Pieter van Braam
parent 939d50243b
commit 37ce381e3d
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
{