1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Revert commit 210c9ea.

Fixed Majora's Mask Flickering #1434
This commit is contained in:
Sergey Lipskiy 2017-03-28 15:16:42 +07:00
parent 2acc3c7775
commit 8a1f7f1067

View File

@ -728,8 +728,6 @@ void FrameBufferList::attachDepthBuffer()
return;
DepthBuffer * pDepthBuffer = depthBufferList().getCurrent();
if (pCurrent->m_pDepthBuffer == pDepthBuffer)
return;
if (pCurrent->m_FBO.isNotNull() && pDepthBuffer != nullptr) {
pDepthBuffer->initDepthImageTexture(pCurrent);