Browse Source

Fix a bug

Panagiotis Christopoulos Charitos 4 years ago
parent
commit
dcf293555f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      AnKi/Shaders/IndirectDiffuse.ankiprog

+ 0 - 1
AnKi/Shaders/IndirectDiffuse.ankiprog

@@ -158,7 +158,6 @@ void main()
 			// Zero or more than one probes, do a slow path that blends them together
 
 			F32 totalBlendWeight = EPSILON;
-			Vec3 probeColor = Vec3(0.0);
 
 			// Loop probes
 			ANKI_LOOP while(cluster.m_giProbesMask != 0u)