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

Correct FrameBufferList::renderBuffer

This commit is contained in:
Sergey Lipskiy 2017-01-29 22:16:01 +07:00
parent 2c2d2e2d12
commit 4756b1eb74

View File

@ -1010,6 +1010,7 @@ void FrameBufferList::renderBuffer(u32 _address)
blitParams.dstWidth = wnd.getScreenWidth();
blitParams.dstHeight = wnd.getScreenHeight() + wnd.getHeightOffset();
blitParams.tex[0] = pBufferTexture;
blitParams.readBuffer = readBuffer;
drawer.blitOrCopyTexturedRect(blitParams);
}