Buildfix
This commit is contained in:
parent
84037f448e
commit
3c5a05acb3
1 changed files with 1 additions and 1 deletions
|
@ -1435,7 +1435,7 @@ VirtualFramebuffer *FramebufferManagerCommon::FindDownloadTempBuffer(VirtualFram
|
|||
if (!nvfb->fbo) {
|
||||
delete nvfb;
|
||||
ERROR_LOG(FRAMEBUF, "Error creating download temp FBO! %d x %d", nvfb->renderWidth, nvfb->renderHeight);
|
||||
return false;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
bvfbs_.push_back(nvfb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue