[Scummvm-cvs-logs] CVS: scummvm/backends/sdl fb2opengl.h,1.14,1.15
Max Horn
fingolfin at users.sourceforge.net
Fri Jun 20 16:22:02 CEST 2003
Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv22095
Modified Files:
fb2opengl.h
Log Message:
typo
Index: fb2opengl.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/fb2opengl.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fb2opengl.h 20 Jun 2003 11:05:57 -0000 1.14
+++ fb2opengl.h 20 Jun 2003 23:21:06 -0000 1.15
@@ -361,7 +361,7 @@
// Update 320x256 texture
glBindTexture(GL_TEXTURE_2D, texture1);
glTexSubImage2D(GL_TEXTURE_2D, 0, xskip, yskip,
- 329-xskip, 256-yskip, GL_COLOR_INDEX,
+ 320-xskip, 256-yskip, GL_COLOR_INDEX,
GL_UNSIGNED_BYTE, palettedFrameBuffer1);
}
More information about the Scummvm-git-logs
mailing list