]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
renamed r_bloomstate to r_fb because it contains framebuffer settings
[xonotic/darkplaces.git] / client.h
index 57d50dd1bcfa3dce58ccd243943370dcd9f9a494..f8acbcdd7c8b97151cf42c52cd2e866219d099dc 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1661,7 +1661,7 @@ typedef struct r_refdef_view_s
        // which color components to allow (for anaglyph glasses)
        int colormask[4];
 
-       // global RGB color multiplier for rendering, this is required by HDR
+       // global RGB color multiplier for rendering
        float colorscale;
 
        // whether to call R_ClearScreen before rendering stuff
@@ -1670,7 +1670,7 @@ typedef struct r_refdef_view_s
        qboolean isoverlay;
 
        // whether to draw r_showtris and such, this is only true for the main
-       // view render, all secondary renders (HDR, mirrors, portals, cameras,
+       // view render, all secondary renders (mirrors, portals, cameras,
        // distortion effects, etc) omit such debugging information
        qboolean showdebug;