diff --git a/common/yacreader_flow_gl.cpp b/common/yacreader_flow_gl.cpp index eb5e8627..cbaf5713 100644 --- a/common/yacreader_flow_gl.cpp +++ b/common/yacreader_flow_gl.cpp @@ -705,8 +705,7 @@ void YACReaderFlowGL::insert(char *name, QOpenGLTexture * texture, float x, floa numObjects++; calcVector(images[item].current,item); - images[item].current.x += 1; - images[item].current.rot = 90; + images[item].current.z = images[item].current.z-1; } images[item].texture = texture;