Clean up some white space

This commit is contained in:
Bill Currie 2021-12-17 14:55:49 +09:00
parent b9bc3fa132
commit 081c46da7a

View file

@ -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;