mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 18:15:28 -04:00
oops
This commit is contained in:
parent
9016c3aaff
commit
0fe2ab6689
@ -601,6 +601,8 @@ static void Gfx_RestoreState(void) {
|
||||
}
|
||||
|
||||
cc_bool Gfx_WarnIfNecessary(void) {
|
||||
cc_string renderer = String_FromReadonly((const char*)glGetString(GL_RENDERER));
|
||||
|
||||
if (String_ContainsConst(&renderer, "llvmpipe")) {
|
||||
Chat_AddRaw("&cSoftware rendering is being used, performance will greatly suffer.");
|
||||
Chat_AddRaw("&cVSync may also not work.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user