mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
Remove leftover comment
This commit is contained in:
parent
202cfa879f
commit
5711103322
1 changed files with 2 additions and 2 deletions
|
@ -1033,10 +1033,10 @@ void VideoState::init(const std::string& resourceName)
|
||||||
int height = (*this->video_st)->codec->height;
|
int height = (*this->video_st)->codec->height;
|
||||||
static int i = 0;
|
static int i = 0;
|
||||||
this->mTexture = Ogre::TextureManager::getSingleton().createManual(
|
this->mTexture = Ogre::TextureManager::getSingleton().createManual(
|
||||||
"OpenMW/VideoTexture" + Ogre::StringConverter::toString(++i),
|
"ffmpeg/VideoTexture" + Ogre::StringConverter::toString(++i),
|
||||||
Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME,
|
Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME,
|
||||||
Ogre::TEX_TYPE_2D,
|
Ogre::TEX_TYPE_2D,
|
||||||
width, height, // TEST
|
width, height,
|
||||||
0,
|
0,
|
||||||
Ogre::PF_BYTE_RGBA,
|
Ogre::PF_BYTE_RGBA,
|
||||||
Ogre::TU_DYNAMIC_WRITE_ONLY_DISCARDABLE);
|
Ogre::TU_DYNAMIC_WRITE_ONLY_DISCARDABLE);
|
||||||
|
|
Loading…
Reference in a new issue