mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 19:45:32 +00:00
Remove unnecessary initialization
This commit is contained in:
parent
1026e89810
commit
8f23b330d3
1 changed files with 0 additions and 1 deletions
|
@ -1037,7 +1037,6 @@ public:
|
|||
VideoPlayer::VideoPlayer(Ogre::SceneManager* sceneMgr, Ogre::RenderWindow* window)
|
||||
: mState(NULL)
|
||||
, mSceneMgr(sceneMgr)
|
||||
, mVideoMaterial(NULL)
|
||||
, mRectangle(NULL)
|
||||
, mNode(NULL)
|
||||
, mAllowSkipping(false)
|
||||
|
|
Loading…
Reference in a new issue