]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
migrated a lot of error handling out of R_Shadow_RenderLighting and into the loading...
[xonotic/darkplaces.git] / render.h
index 0973f84d633228d5ca45e52e200fafa960cf9e70..689ba438fccc5e1e5f38d63aaab144db96bc9a09 100644 (file)
--- a/render.h
+++ b/render.h
@@ -196,6 +196,8 @@ extern cvar_t r_textureunits;
 extern cvar_t gl_polyblend;
 extern cvar_t gl_dither;
 
+extern cvar_t r_smoothnormals_areaweighting;
+
 #include "gl_backend.h"
 
 #include "r_light.h"