mirror of
https://github.com/yawut/SDL.git
synced 2026-08-03 17:05:36 -05:00
Fixed build warning
This commit is contained in:
parent
a6a5824013
commit
97f8340a2e
|
|
@ -1208,7 +1208,7 @@ static void* QZ_GL_GetProcAddress (_THIS, const char *proc) {
|
|||
|
||||
static int QZ_GL_GetAttribute (_THIS, SDL_GLattr attrib, int* value) {
|
||||
|
||||
GLenum attr;
|
||||
GLenum attr = 0;
|
||||
|
||||
QZ_GL_MakeCurrent (this);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user