]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
hide one's own refraction (NOT reflection)
[xonotic/darkplaces.git] / render.h
index d5c8a7bdfcc3da95254da5582693627c47c85e4c..31a836723f011a404f9a92c0257a1238f70e07e7 100644 (file)
--- a/render.h
+++ b/render.h
@@ -489,6 +489,7 @@ typedef struct r_waterstate_s
        qboolean enabled;
 
        qboolean renderingscene; // true while rendering a refraction or reflection texture, disables water surfaces
+       qboolean renderingrefraction;
 
        int waterwidth, waterheight;
        int texturewidth, textureheight;