You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Clear color was not correctly being set, fixes #4939
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user