mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Improve warning text in backend_sdl
This commit is contained in:
parent
5ee7ffa33f
commit
fa3675d328
|
@ -312,7 +312,7 @@ void CCommandProcessor_SDL_GL::HandleWarning()
|
||||||
Warn.m_vWarnings.emplace_back(Localizable("Could not initialize the given graphics backend, reverting to the default backend now.", "Graphics error"));
|
Warn.m_vWarnings.emplace_back(Localizable("Could not initialize the given graphics backend, reverting to the default backend now.", "Graphics error"));
|
||||||
break;
|
break;
|
||||||
case GFX_WARNING_TYPE_INIT_FAILED_MISSING_INTEGRATED_GPU_DRIVER:
|
case GFX_WARNING_TYPE_INIT_FAILED_MISSING_INTEGRATED_GPU_DRIVER:
|
||||||
Warn.m_vWarnings.emplace_back(Localizable("Could not initialize the given graphics backend, this is probably caused because you didn't install the driver of the integrated graphics card.", "Graphics error"));
|
Warn.m_vWarnings.emplace_back(Localizable("Could not initialize the given graphics backend, this is probably because you didn't install the driver of the integrated graphics card.", "Graphics error"));
|
||||||
break;
|
break;
|
||||||
case GFX_WARNING_MISSING_EXTENSION:
|
case GFX_WARNING_MISSING_EXTENSION:
|
||||||
// ignore this warning for now
|
// ignore this warning for now
|
||||||
|
|
Loading…
Reference in a new issue