[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17765] branches/soc-2007-joeedh/source/ blender/render/intern/source/zbuf_shade.c: another compile fix

Joseph Eagar joeedh at gmail.com
Tue Dec 9 18:48:34 CET 2008


Revision: 17765
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17765
Author:   joeedh
Date:     2008-12-09 18:48:34 +0100 (Tue, 09 Dec 2008)

Log Message:
-----------
another compile fix

Modified Paths:
--------------
    branches/soc-2007-joeedh/source/blender/render/intern/source/zbuf_shade.c

Modified: branches/soc-2007-joeedh/source/blender/render/intern/source/zbuf_shade.c
===================================================================
--- branches/soc-2007-joeedh/source/blender/render/intern/source/zbuf_shade.c	2008-12-09 17:14:34 UTC (rev 17764)
+++ branches/soc-2007-joeedh/source/blender/render/intern/source/zbuf_shade.c	2008-12-09 17:48:34 UTC (rev 17765)
@@ -1418,7 +1418,7 @@
 	}
 }
 
-static int addtosamp_shr(ShadeResult *samp_shr, ShadeSample *ssamp, int addpassflag)
+int addtosamp_shr(ShadeResult *samp_shr, ShadeSample *ssamp, int addpassflag)
 {
 	int a, sample, osa = (R.osa? R.osa: 1), retval = osa;
 	





More information about the Bf-blender-cvs mailing list