Skip to content

Commit 925a74e

Browse files
committed
Fi typo
1 parent 318dffc commit 925a74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/03_Drawing_a_triangle/04_Swap_chain_recreation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We'll move the cleanup code of all objects that are recreated as part of a swap
5858
----
5959
void cleanupSwapChain() {
6060
for (auto framebuffer : swapChainFramebuffers) {
61-
vvkDestroyFramebuffer(device, framebuffer, nullptr);
61+
vkDestroyFramebuffer(device, framebuffer, nullptr);
6262
}
6363
6464
for (auto imageView : swapChainImageViews) {

0 commit comments

Comments
 (0)