mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Clean up some white space
This commit is contained in:
parent
b9bc3fa132
commit
081c46da7a
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ vulkan_R_RenderFrame (SCR_Func *scr_funcs)
|
|||
__auto_type rp = vulkan_ctx->renderPasses.a[i];
|
||||
__auto_type rpFrame = &rp->frames.a[vulkan_ctx->curFrame];
|
||||
|
||||
|
||||
frame->framebuffer = rp->framebuffers->a[imageIndex];
|
||||
renderPassInfo.framebuffer = frame->framebuffer,
|
||||
renderPassInfo.renderPass = rp->renderpass;
|
||||
|
|
Loading…
Reference in a new issue