]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
implemented fake reflection cubemaps... requires that a .shader
[xonotic/darkplaces.git] / client.h
index e67d827a1ddc2a40c0149a017903d61c942a6ead..9bac816ec49a6ff527b90198a6677c5a79574cb6 100644 (file)
--- a/client.h
+++ b/client.h
@@ -141,7 +141,7 @@ typedef struct rtlight_s
        float corona_visibility;
        unsigned int corona_queryindex_visiblepixels;
        unsigned int corona_queryindex_allpixels;
-       /// this is R_Shadow_Cubemap(rtlight->cubemapname)
+       /// this is R_GetCubemap(rtlight->cubemapname)
        rtexture_t *currentcubemap;
        /// set by R_Shadow_PrepareLight to decide whether R_Shadow_DrawLight should draw it
        qboolean draw;