You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
-Fixed crash with splash screen on windows
-properly show editor without having to resize window on windows
This commit is contained in:
@@ -123,6 +123,7 @@ int VisualServerRaster::get_render_info(RenderInfo p_info) {
|
||||
|
||||
void VisualServerRaster::set_boot_image(const Image &p_image, const Color &p_color, bool p_scale) {
|
||||
|
||||
redraw_request();
|
||||
VSG::rasterizer->set_boot_image(p_image, p_color, p_scale);
|
||||
}
|
||||
void VisualServerRaster::set_default_clear_color(const Color &p_color) {
|
||||
|
||||
Reference in New Issue
Block a user