-Fixed crash with splash screen on windows
-properly show editor without having to resize window on windows
This commit is contained in:
parent
7ba71fb243
commit
1c480698ce
3 changed files with 3 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue