[Scummvm-cvs-logs] CVS: residual model.cpp,1.16,1.17

Lionel Ulmer bbrox at users.sourceforge.net
Wed Apr 14 14:04:08 CEST 2004


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

Modified Files:
	model.cpp 
Log Message:
Fix matrix stack overflow.


Index: model.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/model.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- model.cpp	24 Mar 2004 14:03:00 -0000	1.16
+++ model.cpp	14 Apr 2004 21:03:50 -0000	1.17
@@ -739,8 +739,8 @@
 	glEnd(); 
 	glEnable(GL_DEPTH_TEST);
 	glEnable(GL_TEXTURE_2D ); 
-	glPopMatrix();
 	*/
+ 	glPopMatrix();
 	}
 
 void Model::Face::draw(float *vertices, float *vertNormals, float *textureVerts) const {





More information about the Scummvm-git-logs mailing list