comments, cleanup

This commit is contained in:
Glenn Maynard
2005-10-20 08:16:48 +00:00
parent d196641baa
commit 5476c7bf9e
2 changed files with 14 additions and 3 deletions
@@ -262,7 +262,7 @@ float MovieTexture_Generic::CheckFrameTime()
if( -fOffset >= FrameSkipThreshold && !m_bFrameSkipMode )
{
LOG->Trace( "(%s) Time is %f, and the movie is at %f. Entering frame skip mode.",
GetID().filename.c_str(), m_fClock, m_pDecoder->GetTimestamp());
GetID().filename.c_str(), m_fClock, m_pDecoder->GetTimestamp() );
m_bFrameSkipMode = true;
}