Code cleanup / Cycles:

* Avoid 2 int castings in hair code and fix some comments.
This commit is contained in:
Thomas Dinges
2013-06-02 14:52:29 +00:00
parent 829581bbbd
commit 0fa08424b7
4 changed files with 7 additions and 7 deletions

View File

@@ -102,7 +102,7 @@ __device_noinline bool direct_emission(KernelGlobals *kg, ShaderData *sd, int li
if(is_zero(light_eval))
return false;
/* todo: use visbility flag to skip lights */
/* todo: use visibility flag to skip lights */
/* evaluate BSDF at shading point */
float bsdf_pdf;