]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
glquake.h: fix wrapper #ifndef
authorbones_was_here <bones_was_here@xa.org.au>
Thu, 21 Jul 2022 20:27:58 +0000 (06:27 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 20 Sep 2022 18:10:13 +0000 (04:10 +1000)
Signed-off-by: bones_was_here <bones_was_here@xa.org.au>
glquake.h

index 2c8b1c306a4ade4ade301a4307d4073141e2a9a9..21da68bcd533f4ebeacaceb9eac2f96c3953eec9 100644 (file)
--- a/glquake.h
+++ b/glquake.h
@@ -1015,7 +1015,6 @@ extern void (GLAPIENTRY *qglViewport)(GLint x, GLint y, GLsizei width, GLsizei h
 #define qglViewport glViewport
 #endif //USE_GLES2
 
-#endif //DEBUGGL
 #define GL_COLOR_ATTACHMENT0                0x8CE0
 #define GL_COLOR_ATTACHMENT1                0x8CE1
 #define GL_COLOR_ATTACHMENT2                0x8CE2
@@ -1050,3 +1049,5 @@ extern void (GLAPIENTRY *qglViewport)(GLint x, GLint y, GLsizei width, GLsizei h
 
 #define GL_HALF_FLOAT                                    0x140B
 #define GL_NUM_EXTENSIONS                 0x821D
+
+#endif //GLQUAKE_H