[Plib-cvs] plib/src/ssg ssgLoadTexture.cxx,1.14,1.15 ssg.cxx,1.45,1.46
Brought to you by:
sjbaker
From: <ud...@us...> - 2002-04-17 12:59:19
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv24193 Modified Files: ssgLoadTexture.cxx ssg.cxx Log Message: Darrell Walisser: Fixed "int *" / "GLint *" pointer bug Index: ssgLoadTexture.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgLoadTexture.cxx,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ssgLoadTexture.cxx 27 Mar 2002 15:36:01 -0000 1.14 +++ ssgLoadTexture.cxx 17 Apr 2002 12:59:15 -0000 1.15 @@ -109,7 +109,7 @@ int map_level = 0 ; #ifndef PROXY_TEXTURES_ARE_BROKEN - int ww ; + GLint ww ; do { Index: ssg.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssg.cxx,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- ssg.cxx 17 Jan 2002 16:14:22 -0000 1.45 +++ ssg.cxx 17 Apr 2002 12:59:15 -0000 1.46 @@ -201,7 +201,7 @@ ssgForceBasicState () ; - int vp [ 4 ] ; + GLint vp [ 4 ] ; sgVec4 viewport ; sgMat4 mat ; |