[Bf-blender-cvs] [7b565c8a769] blender2.8: Eevee: Fix typo...

Clément Foucault noreply at git.blender.org
Wed Jul 5 19:44:06 CEST 2017


Commit: 7b565c8a769949bedac6af61b45c16b9f4b45c07
Author: Clément Foucault
Date:   Wed Jul 5 19:56:38 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB7b565c8a769949bedac6af61b45c16b9f4b45c07

Eevee: Fix typo...

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

M	source/blender/draw/engines/eevee/shaders/background_vert.glsl

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

diff --git a/source/blender/draw/engines/eevee/shaders/background_vert.glsl b/source/blender/draw/engines/eevee/shaders/background_vert.glsl
index e9e5e8114f3..b81aae9bcda 100644
--- a/source/blender/draw/engines/eevee/shaders/background_vert.glsl
+++ b/source/blender/draw/engines/eevee/shaders/background_vert.glsl
@@ -5,7 +5,7 @@ out vec3 varposition;
 out vec3 varnormal;
 out vec3 viewPosition;
 
-#ifdef VOLUMETRICS
+#ifndef VOLUMETRICS
 /* necessary for compilation*/
 out vec3 worldPosition;
 out vec3 worldNormal;




More information about the Bf-blender-cvs mailing list