mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Revert "Add/expose VisualServer::get_default_clear_color()"
This reverts commit 753ba67d65,
in preparation from the merge of the gles3 branch, as the VisualServer
code changed too much to port this commit over during merge conflicts
resolution. It could be readded afterwards.
This commit is contained in:
@@ -7612,11 +7612,6 @@ void VisualServerRaster::set_default_clear_color(const Color& p_color) {
|
||||
clear_color=p_color;
|
||||
}
|
||||
|
||||
Color VisualServerRaster::get_default_clear_color() const {
|
||||
|
||||
return clear_color;
|
||||
}
|
||||
|
||||
void VisualServerRaster::set_boot_image(const Image& p_image, const Color& p_color,bool p_scale) {
|
||||
|
||||
if (p_image.empty())
|
||||
|
||||
Reference in New Issue
Block a user