diff --git a/common/gl/yacreader_flow_gl.cpp b/common/gl/yacreader_flow_gl.cpp index cabb87c9..eac444ca 100644 --- a/common/gl/yacreader_flow_gl.cpp +++ b/common/gl/yacreader_flow_gl.cpp @@ -755,7 +755,7 @@ void YACReaderFlowGL::remove(int item) if(texture != defaultTexture) delete(texture); - numObjects--; + numObjects--; } /*Info*/