add log
This commit is contained in:
@@ -101,6 +101,9 @@ RageMovieTexture *MakeRageMovieTexture(RageTextureID ID)
|
|||||||
}
|
}
|
||||||
if (!ret)
|
if (!ret)
|
||||||
RageException::Throw("Couldn't create a movie texture");
|
RageException::Throw("Couldn't create a movie texture");
|
||||||
|
|
||||||
|
LOG->Trace("Created movie texture \"%s\" with driver \"%s\"",
|
||||||
|
ID.filename.c_str(), Driver.c_str() );
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user