]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
Remove cl-release and similar targets from makefile as they no longer exist.
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index fa036e6e2654777fdd1f12bf3dfa08f34c6d4a45..c281f7dc1fa082d43074e696bd02f736dbd8e5b6 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -30,7 +30,7 @@ extern int cl_available;
 
 typedef enum renderpath_e
 {
-       RENDERPATH_GL20,
+       RENDERPATH_GL32,
        RENDERPATH_GLES2
 }
 renderpath_t;