mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Clear color was not correctly being set, fixes #4939
This commit is contained in:
parent
c752c26427
commit
7b63c6323d
5 changed files with 16 additions and 3 deletions
|
@ -161,6 +161,7 @@ void VisualServerRaster::set_boot_image(const Ref<Image> &p_image, const Color &
|
|||
VSG::rasterizer->set_boot_image(p_image, p_color, p_scale);
|
||||
}
|
||||
void VisualServerRaster::set_default_clear_color(const Color &p_color) {
|
||||
VSG::viewport->set_default_clear_color(p_color);
|
||||
}
|
||||
|
||||
bool VisualServerRaster::has_feature(Features p_feature) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue