mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 03:34:44 -05:00
Fixed build warning
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user