]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
Experimental restoration of GLES2 support. It *might* compile.
[xonotic/darkplaces.git] / gl_rmain.c
index e0b60b232a142e606c199baf07e9ab5e3d3fe111..5e97574bd14eb817414901e97662c36fe144b081 100644 (file)
@@ -3097,7 +3097,9 @@ static void gl_main_start(void)
        R_BuildBlankTextures();
        R_BuildNoTexture();
        R_BuildWhiteCube();
+#ifndef USE_GLES2
        R_BuildNormalizationCube();
+#endif //USE_GLES2
        r_texture_fogattenuation = NULL;
        r_texture_fogheighttexture = NULL;
        r_texture_gammaramps = NULL;