fix misleading indentation of YACReaderFlowGL::remove

This commit is contained in:
François Gannaz 2019-04-01 09:54:36 +02:00
parent f87e113f89
commit b2f44a939e

View File

@ -755,7 +755,7 @@ void YACReaderFlowGL::remove(int item)
if(texture != defaultTexture)
delete(texture);
numObjects--;
numObjects--;
}
/*Info*/