[Scummvm-cvs-logs] CVS: residual bitmap.cpp,1.3,1.4

Lionel Ulmer bbrox at users.sourceforge.net
Wed Aug 20 04:05:06 CEST 2003


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1:/tmp/cvs-serv12833

Modified Files:
	bitmap.cpp 
Log Message:
Disable TEXTURE_2D after background drawing to be in-line to what
engine.cpp does.


Index: bitmap.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/bitmap.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bitmap.cpp	20 Aug 2003 10:30:06 -0000	1.3
+++ bitmap.cpp	20 Aug 2003 11:00:39 -0000	1.4
@@ -142,6 +142,7 @@
       }
     }
     glDisable(GL_SCISSOR_TEST);
+    glDisable(GL_TEXTURE_2D);
   } else if (format_ == 5) {
     glRasterPos2i(x_, y_);
     printf("format2\n");





More information about the Scummvm-git-logs mailing list