[beryl-commits] r1486 - branches/beryl-3d-plugin

roico at server.beryl-project.org roico at server.beryl-project.org
Sat Dec 2 00:22:53 CET 2006


Author: roico
Date: 2006-12-02 00:22:52 +0100 (Sat, 02 Dec 2006)
New Revision: 1486

Modified:
   branches/beryl-3d-plugin/3d.c
Log:
fixed typo


Modified: branches/beryl-3d-plugin/3d.c
===================================================================
--- branches/beryl-3d-plugin/3d.c	2006-12-01 16:40:15 UTC (rev 1485)
+++ branches/beryl-3d-plugin/3d.c	2006-12-01 23:22:52 UTC (rev 1486)
@@ -418,7 +418,7 @@
         for(i=0; i<screen->hsize; i++)
                 lastInViewport[i] = NULL;
 	
-	tds->maxZoom = 0.0f;
+	tds->maxZ = 0.0f;
 	
         for(w = screen->windows; w; w = w->next)
         {




More information about the commits mailing list