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

@ -1181,6 +1181,7 @@ public:
virtual void set_boot_image(const Image& p_image, const Color& p_color,bool p_scale)=0;
virtual void set_default_clear_color(const Color& p_color)=0;
virtual Color get_default_clear_color() const=0;
enum Features {
FEATURE_SHADERS,