Don't need this flag, it read from memory.

This commit is contained in:
Unknown W. Brackets 2014-06-23 08:21:20 -07:00
parent 24d8a34a0b
commit 8a7b440933

View File

@ -146,6 +146,5 @@ bool FramebufferManager::NotifyStencilUpload(u32 addr, int size) {
fbo_unbind();
}
glstate.viewport.restore();
dstBuffer->memoryUpdated = false;
return true;
}