Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_lightcache.c')
-rw-r--r--source/blender/draw/engines/eevee/eevee_lightcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_lightcache.c b/source/blender/draw/engines/eevee/eevee_lightcache.c
index 275e185a0e4..05aea652591 100644
--- a/source/blender/draw/engines/eevee/eevee_lightcache.c
+++ b/source/blender/draw/engines/eevee/eevee_lightcache.c
@@ -138,7 +138,7 @@ typedef struct EEVEE_LightBake {
float vis_res;
/** Result of previous light bounce. */
GPUTexture *grid_prev;
- /** Pointer to the id.data of the probe object. */
+ /** Pointer to the owner_id of the probe object. */
LightProbe **grid_prb;
/* Reflection probe */
@@ -148,7 +148,7 @@ typedef struct EEVEE_LightBake {
int ref_cube_res;
/** Index of the current cube. */
int cube_offset;
- /** Pointer to the id.data of the probe object. */
+ /** Pointer to the owner_id of the probe object. */
LightProbe **cube_prb;
/* Dummy Textures */