mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
Fix typo
This commit is contained in:
@@ -3256,7 +3256,7 @@ void Graphics::cleanupSwapChain()
|
||||
}
|
||||
if (depthImage)
|
||||
{
|
||||
cleanupFramebuffers(depthImageView, swapChainPixelFormat);
|
||||
cleanupFramebuffers(depthImageView, depthStencilPixelFormat);
|
||||
vkDestroyImageView(device, depthImageView, nullptr);
|
||||
vmaDestroyImage(vmaAllocator, depthImage, depthImageAllocation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user