changeset 3564:e092aeeb966a

fix
author alex
date Mon, 17 Dec 2001 17:15:16 +0000
parents 3d73514ddefc
children 7f7991864b96
files libvo/vo_gl2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl2.c	Mon Dec 17 16:56:56 2001 +0000
+++ b/libvo/vo_gl2.c	Mon Dec 17 17:15:16 2001 +0000
@@ -194,7 +194,7 @@
     texnumy++;
 
   printf("[gl2] Creating %dx%d textures of size %dx%d ...\n",
-	texnumx, texnumy, texture_width,texture_height, gl_bitmap_format_s);
+	texnumx, texnumy, texture_width,texture_height);
 
   /* Allocate the texture memory */