[Bf-blender-cvs] [cc6fd329e69] temp-eeveelightcache: Eevee: LightCache: Fix compilation error.

Clément Foucault noreply at git.blender.org
Thu Jul 5 00:17:48 CEST 2018


Commit: cc6fd329e6923aabcdded6eddbc74e5945d44964
Author: Clément Foucault
Date:   Wed Jul 4 18:42:41 2018 +0200
Branches: temp-eeveelightcache
https://developer.blender.org/rBcc6fd329e6923aabcdded6eddbc74e5945d44964

Eevee: LightCache: Fix compilation error.

===================================================================

M	source/blender/draw/engines/eevee/eevee_private.h

===================================================================

diff --git a/source/blender/draw/engines/eevee/eevee_private.h b/source/blender/draw/engines/eevee/eevee_private.h
index 01f2b14d449..62d0c979755 100644
--- a/source/blender/draw/engines/eevee/eevee_private.h
+++ b/source/blender/draw/engines/eevee/eevee_private.h
@@ -320,8 +320,8 @@ typedef struct EEVEE_StorageList {
 
 	struct LightCache *lookdev_lightcache;
 	EEVEE_LightProbe *lookdev_cube_data;
-	EEVEE_LightProbe *lookdev_cube_mips;
 	EEVEE_LightGrid  *lookdev_grid_data;
+	LightCacheTexture *lookdev_cube_mips;
 } EEVEE_StorageList;
 
 /* ************ LIGHT UBO ************* */



More information about the Bf-blender-cvs mailing list