]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
Move a part of r_refdef_t into a new r_refdef_scene_t struct and refactor the code...
[xonotic/darkplaces.git] / model_shared.h
index 5bea523ecb238e1421146863e94d48c4193cf684..a6add1bae88b7fe04276c778211449b262814e94 100644 (file)
@@ -517,7 +517,7 @@ typedef struct msurface_lightmapinfo_s
 {
        // texture mapping properties used by this surface
        mtexinfo_t *texinfo; // q1bsp
-       // index into r_refdef.lightstylevalue array, 255 means not used (black)
+       // index into r_refdef.scene.lightstylevalue array, 255 means not used (black)
        unsigned char styles[MAXLIGHTMAPS]; // q1bsp
        // RGB lighting data [numstyles][height][width][3]
        unsigned char *samples; // q1bsp