Skip to content

Commit

Permalink
fixed for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel L. Lau committed May 22, 2018
1 parent 785b207 commit da83bad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions laucaltagglwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ void LAUCalTagGLWidget::paint()
if (quadIndexBuffer.bind()) {
// SET THE ACTIVE TEXTURE ON THE GPU
glActiveTexture(GL_TEXTURE0);
#ifdef QT_DEBUG
#ifndef QT_DEBUG
glBindTexture(GL_TEXTURE_2D, frameBufferObjectB->texture());
#else
videoTexture->bind();
Expand Down Expand Up @@ -1842,7 +1842,6 @@ bool LAUCalTagGLWidget::checkBitCode(int code, cv::Point2f *pt)
return (false);
}


/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
Expand Down

0 comments on commit da83bad

Please sign in to comment.