[beryl-commits] r1466 - branches/beryl-3d-plugin
roico at server.beryl-project.org
roico at server.beryl-project.org
Sat Dec 2 00:22:26 CET 2006
Author: roico
Date: 2006-12-02 00:22:25 +0100 (Sat, 02 Dec 2006)
New Revision: 1466
Modified:
branches/beryl-3d-plugin/3d.c
Log:
Fixed a stupid typo...
Modified: branches/beryl-3d-plugin/3d.c
===================================================================
--- branches/beryl-3d-plugin/3d.c 2006-11-30 16:19:57 UTC (rev 1465)
+++ branches/beryl-3d-plugin/3d.c 2006-12-01 23:22:25 UTC (rev 1466)
@@ -544,7 +544,7 @@
if( !(MULTISCREENCUBE_MODE && tds->currentDifferentResolutions)
&& ( LEFT_VIEWPORT(w) != RIGHT_VIEWPORT(w)
- || LEFT_SCREEN(w) != RIGHT_SCREEN(w)) ) )
+ || LEFT_SCREEN(w) != RIGHT_SCREEN(w)) )
{
if(LEFT_VIEWPORT(w) == 0 || LEFT_SCREEN(w) == output)
glTranslatef(width * tdw->currentZ * tds->xMove, 0.0f, 0.0f);
More information about the commits
mailing list