1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Add/expose VisualServer::get_default_clear_color()

(cherry picked from commit 753ba67d65)
This commit is contained in:
Pedro J. Estébanez
2016-10-13 11:23:15 +02:00
committed by Rémi Verschelde
parent caf42f77d2
commit 887b1de1db
5 changed files with 9 additions and 0 deletions

View File

@@ -718,6 +718,7 @@ public:
FUNC3(set_boot_image,const Image& , const Color&,bool );
FUNC1(set_default_clear_color,const Color& );
FUNC0RC(Color,get_default_clear_color );
FUNC0R(RID,get_test_cube );