Fix typo where scope was fetched twice

This commit is contained in:
baldurk
2014-11-27 19:33:11 +00:00
parent 3efa9378cf
commit cdf9146a3e
@@ -531,8 +531,6 @@ void WrappedOpenGL::glCopyImageSubData(GLuint srcName, GLenum srcTarget, GLint s
dstName, dstTarget, dstLevel, dstX, dstY, dstZ,
srcWidth, srcHeight, srcDepth);
Chunk *chunk = scope.Get();
m_ContextRecord->AddChunk(scope.Get());
}
else if(m_State == WRITING_IDLE)