[Scummvm-cvs-logs] CVS: residual driver_gl.cpp,1.35,1.36

Joost Peters joostp at users.sourceforge.net
Sun Mar 6 07:30:38 CET 2005


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28473

Modified Files:
	driver_gl.cpp 
Log Message:
Apparently this isn't needed anymore? hmm..


Index: driver_gl.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/driver_gl.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- driver_gl.cpp	26 Feb 2005 21:54:21 -0000	1.35
+++ driver_gl.cpp	6 Mar 2005 15:29:23 -0000	1.36
@@ -404,19 +404,6 @@
 	//	}
 
 	if (y + h == 480) {
-		
-		//For some mysterious reason residual crashes
-		//on this glRasterPos2i(...) call on Mac.
-		//However, if we issue some dummy gl* calls beforehand
-		//(either this or some nonsensical state change) then
-		//everything works fine... how odd.
-		//Use this workaround for now.
-
-		#ifdef MACOSX
-			glBegin(GL_POINTS);
-			glEnd();
-		#endif
-		
 		glRasterPos2i(x, 479);
 		glBitmap(0, 0, 0, 0, 0, -1, NULL);
 	} else





More information about the Scummvm-git-logs mailing list