1
0
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:
Juan Linietsky
2017-04-09 20:40:48 -03:00
parent 7ba71fb243
commit 1c480698ce
3 changed files with 3 additions and 1 deletions

View File

@@ -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) {