[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58354] trunk/blender/intern/cycles/kernel /kernel_light.h: * Fix a typo in code.

Thomas Dinges blender at dingto.org
Wed Jul 17 23:25:44 CEST 2013


Revision: 58354
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58354
Author:   dingto
Date:     2013-07-17 21:25:44 +0000 (Wed, 17 Jul 2013)
Log Message:
-----------
* Fix a typo in code. 

Modified Paths:
--------------
    trunk/blender/intern/cycles/kernel/kernel_light.h

Modified: trunk/blender/intern/cycles/kernel/kernel_light.h
===================================================================
--- trunk/blender/intern/cycles/kernel/kernel_light.h	2013-07-17 21:24:26 UTC (rev 58353)
+++ trunk/blender/intern/cycles/kernel/kernel_light.h	2013-07-17 21:25:44 UTC (rev 58354)
@@ -271,7 +271,7 @@
 			ls->pdf = invarea;
 
 			if(type == LIGHT_SPOT) {
-				/* spot light attentuation */
+				/* spot light attenuation */
 				float4 data2 = kernel_tex_fetch(__light_data, lamp*LIGHT_SIZE + 2);
 				ls->eval_fac *= spot_light_attenuation(data1, data2, ls);
 			}




More information about the Bf-blender-cvs mailing list