1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Point at software OpenGL when OpenGL fails to initialize on X11

This commit is contained in:
Hugo Locurcio
2021-08-05 18:23:33 +02:00
parent d835b46e09
commit 8fbdcb6fea
4 changed files with 6 additions and 4 deletions

View File

@@ -230,7 +230,7 @@ Error OS_UWP::initialize(const VideoMode &p_desired, int p_video_driver, int p_a
if (gl_initialization_error) {
OS::get_singleton()->alert("Your video card driver does not support any of the supported OpenGL versions.\n"
"Please update your drivers or if you have a very old or integrated GPU upgrade it.",
"Please update your drivers or if you have a very old or integrated GPU, upgrade it.",
"Unable to initialize Video driver");
return ERR_UNAVAILABLE;
}