changeset 16397:8dac3fb10a1b

Properly initialize osdtexCnt
author reimar
date Mon, 05 Sep 2005 10:08:04 +0000
parents 9695d4401cef
children 360036ba2096
files libvo/vo_gl.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl.c	Mon Sep 05 10:02:06 2005 +0000
+++ b/libvo/vo_gl.c	Mon Sep 05 10:08:04 2005 +0000
@@ -150,6 +150,7 @@
   glClear( GL_COLOR_BUFFER_BIT );
   if (SwapInterval && swap_interval >= 0)
     SwapInterval(swap_interval);
+  osdtexCnt = 0;
   gl_buffer = 0;
   gl_buffersize = 0;
   err_shown = 0;