GLES: Fix intra-buffer block transfers.

Makes Grand Knights History look a bit better.
This commit is contained in:
Unknown W. Brackets 2018-01-19 21:19:52 -08:00 committed by Henrik Rydgård
parent e531a7da43
commit b3ed3ea0fb

View File

@ -850,7 +850,7 @@ void GLQueueRunner::PerformCopy(const GLRStep &step) {
const GLOffset2D &dstPos = step.copy.dstPos;
GLRFramebuffer *src = step.copy.src;
GLRFramebuffer *dst = step.copy.src;
GLRFramebuffer *dst = step.copy.dst;
int srcLevel = 0;
int dstLevel = 0;