[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10717] Second commit, now it should not bother me with passwords, according

ton at blender.org ton at blender.org
Mon May 14 21:52:25 CEST 2007


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

Log Message:
-----------
Second commit, now it should not bother me with passwords, according
to some person... :)

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





More information about the Bf-blender-cvs mailing list