[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10716] Testing commit to see how it goes. ..

ton at blender.org ton at blender.org
Mon May 14 21:50:34 CEST 2007


Revision: 10716
          https://svn.blender.org//revision/?rev=10716&view=rev
Author:   ton
Date:     2007-05-14 21:50:33 +0200 (Mon, 14 May 2007)

Log Message:
-----------
Testing commit to see how it goes...

Modified Paths:
--------------
    trunk/blender/source/blender/render/intern/source/zbuf.c

Modified: trunk/blender/source/blender/render/intern/source/zbuf.c
===================================================================
--- trunk/blender/source/blender/render/intern/source/zbuf.c	2007-05-14 16:58:12 UTC (rev 10715)
+++ trunk/blender/source/blender/render/intern/source/zbuf.c	2007-05-14 19:50:33 UTC (rev 10716)
@@ -1841,7 +1841,7 @@
 		return 0;
 	}
 	
-	buck= &bucket[ (((long)v1)/16) & 255 ];
+	buck= &bucket[ (((unsigned long)v1)/16) & 255 ];
 	if(buck->vert==v1) {
 		QUATCOPY(hoco, buck->hoco);
 		return buck->clip;





More information about the Bf-blender-cvs mailing list