]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.c
UNMERGE
[xonotic/darkplaces.git] / r_shadow.c
index 2155596ba31e414ed496cccf13a0fd6ef20c18f4..d778e789b1eefbf4a6b30ca21cd302209bfc7ca9 100644 (file)
@@ -1896,7 +1896,7 @@ void R_Shadow_ValidateCvars(void)
                Cvar_SetValueQuick(&gl_ext_stenciltwoside, 0);
 }
 
-static const r_vertexposition_t resetvertexposition[3] = {{0, 0, 0}};
+static const r_vertexposition_t resetvertexposition[3];
 
 void R_Shadow_RenderMode_Begin(void)
 {