]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix a type issue where SDL_GLContext * was being used instead of
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 8 Nov 2015 19:18:33 +0000 (19:18 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 8 Nov 2015 19:18:33 +0000 (19:18 +0000)
commitd38b46c83edc12710082d43ae303a4bbbd2d9486
tree2054d04c88dc1acb587eb3e126add77f04b49788
parent186b41757bdf686e333dc86ab0bb685c740a17f1
Fix a type issue where SDL_GLContext * was being used instead of
SDL_GLContext, this did no harm as the variable is never used...

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12229 d7cf8633-e32d-0410-b094-e92efae38249
vid_sdl.c