Fix logs (thanks gcc)
This commit is contained in:
@@ -767,7 +767,7 @@ void MovieTexture_FFMpeg::SetPosition( float fSeconds )
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG->Trace( "Seek to %f (from %f)", fSeconds );
|
LOG->Trace( "Seek to %f", fSeconds );
|
||||||
m_bWantRewind = true;
|
m_bWantRewind = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user