]> git.xonotic.org Git - xonotic/darkplaces.git/commit
VID_Shutdown(): Delete OpenGL context
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 3 Oct 2023 09:31:22 +0000 (19:31 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 28 Oct 2023 08:21:53 +0000 (18:21 +1000)
commit72d993ebe1069e0813747379d0878d5c335f6b08
treea322db698b4ef8275dde9b2eb6fb8c7a2b6648b8
parentde34c18f4daacd4f99a34623f8f061f6ccc903f5
VID_Shutdown(): Delete OpenGL context

Destroying the window doesn't do this so for a cleaner vid_restart we need to.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
vid_sdl.c