Fixing an incorrect cvar and removing cmake from readme

This commit is contained in:
atsb 2024-01-19 09:33:25 +01:00
parent 66ea4cd47d
commit d510529f62
2 changed files with 1 additions and 4 deletions

View file

@ -15,9 +15,6 @@ Type `make` to compile the library. If the compilation is successfull,
the library can be found under *release/ref_gl4.dll* (Windows) or
*release/ref_gl4.so* (unixoid systems).
You can also use the provided CMakeLists file to build using Visual Studio on Windows.
## Usage
Copy the library next to your Yamagi Quake II executable. You can select

View file

@ -202,7 +202,7 @@ int GL4_PrepareForWindow(void)
__func__, SDL_GetError());
R_Printf(PRINT_ALL, "Retrying with default...\n");
ri.Cvar_Set("gl3_libgl", "");
ri.Cvar_Set("gl4_libgl", "");
libgl = NULL;
}
}