Kaydet (Commit) 59a5ccb9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

bool improvements

Change-Id: I89e8351001dcdda9303473f38ece3b57c0d9e72c
üst 03725013
......@@ -447,7 +447,7 @@ bool OGLTransitionerImpl::createWindow( Window* pPWindow )
#elif defined( UNX )
GLWin.dpy = reinterpret_cast<unx::Display*>(sysData->pDisplay);
if( unx::glXQueryExtension( GLWin.dpy, NULL, NULL ) == false )
if( !unx::glXQueryExtension( GLWin.dpy, NULL, NULL ) )
return false;
GLWin.win = sysData->aWindow;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment