mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: avi: comment out debug messages
This commit is contained in:
@@ -368,7 +368,7 @@ qboolean AVI_Think( movie_state_t *Avi )
|
||||
return true;
|
||||
}
|
||||
|
||||
Con_NPrintf( 1, "cached_audio_buf_len = %zu", Avi->cached_audio_buf_len );
|
||||
// Con_NPrintf( 1, "cached_audio_buf_len = %zu", Avi->cached_audio_buf_len );
|
||||
|
||||
while( 1 ) // try to get multiple decoded frames to keep up when we're running at low fps
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user