From b2f44a939efc18fcba29ab28a09499aa2e5abaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Mon, 1 Apr 2019 09:54:36 +0200 Subject: [PATCH] fix misleading indentation of YACReaderFlowGL::remove --- common/gl/yacreader_flow_gl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/