Change the video looping log to Info level.
Doesn't need to be written to disk right away every time a video loops.
This commit is contained in:
@@ -344,7 +344,7 @@ void MovieTexture_Generic::UpdateFrame()
|
||||
|
||||
// Are we looping?
|
||||
if (decoder_->EndOfMovie() && loop_) {
|
||||
LOG->Trace("File \"%s\" looping", GetID().filename.c_str());
|
||||
LOG->Info("File \"%s\" looping", GetID().filename.c_str());
|
||||
decoder_->Rollover();
|
||||
clock_ = 0.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user