Commit 5b4fdd0d authored by Sam Lantinga's avatar Sam Lantinga

Fixed build warning

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40348
parent 4bf62478
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment