Kaydet (Commit) 969a8c56 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity#982270: fix copy&paste error

Change-Id: I845a858935cf00ff3b07dbfead8e827820329309
üst 11e1b253
......@@ -1689,7 +1689,7 @@ void OGLTransitionerImpl::disposeTextures()
}
if( !mbUseEnteringPixmap ) {
glDeleteTextures(1,&GLenteringSlide);
GLleavingSlide = 0;
GLenteringSlide = 0;
}
mbUseLeavingPixmap = false;
......
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