mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 20:17:54 +03: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)
|
VideoPlayer::VideoPlayer(Ogre::SceneManager* sceneMgr, Ogre::RenderWindow* window)
|
||||||
: mState(NULL)
|
: mState(NULL)
|
||||||
, mSceneMgr(sceneMgr)
|
, mSceneMgr(sceneMgr)
|
||||||
, mVideoMaterial(NULL)
|
|
||||||
, mRectangle(NULL)
|
, mRectangle(NULL)
|
||||||
, mNode(NULL)
|
, mNode(NULL)
|
||||||
, mAllowSkipping(false)
|
, mAllowSkipping(false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue