Skip to content

Commit

Permalink
GLSUpport: EGLWindow - initialize all members
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jul 30, 2017
1 parent 9ef3465 commit 67addfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RenderSystems/GLSupport/src/EGL/OgreEGLWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ namespace Ogre {
{
mIsTopLevel = false;
mIsFullScreen = false;
mIsExternal = false;
mIsExternalGLControl = false;
mClosed = false;
mActive = true;//todo
mIsExternalGLControl = false;
mVisible = false;
mVSync = false;
mVSyncInterval = 1;
}

EGLWindow::~EGLWindow()
Expand Down

0 comments on commit 67addfe

Please sign in to comment.