]> 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)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 24 Nov 2015 13:37:33 +0000 (14:37 +0100)
commit512b232ce70da6526fdc65704e0501942f0c1e6a
tree2054d04c88dc1acb587eb3e126add77f04b49788
parent6528ddb85f3b7c4fd9dbac5d4a035451365ffd62
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
::stable-branch::merge=d38b46c83edc12710082d43ae303a4bbbd2d9486
vid_sdl.c