mirror of
https://github.com/yquake2/ref_gl4.git
synced 2024-12-04 01:52:06 +00:00
Fixing an incorrect cvar and removing cmake from readme
This commit is contained in:
parent
66ea4cd47d
commit
d510529f62
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue