Skip to content

Commit 33280e4

Browse files
authored
Merge pull request #1 from rfdickerson/codex/fix-spelling-in-framemanager-comment
Fix typo in FrameManager comment
2 parents 776b5df + e476a93 commit 33280e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FrameManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ bool FrameManager::beginFrame(vk::SwapchainKHR swapchain, uint32_t& outImageInde
9696
m_device.waitForFences(m_imagesInFlight[outImageIndex], VK_TRUE, UINT64_MAX);
9797
}
9898

99-
// Associate the current frame's fence with the aquired swapchain image
99+
// Associate the current frame's fence with the acquired swapchain image
100100
m_imagesInFlight[outImageIndex] = m_frames[m_currentFrame].inFlightFence;
101101

102102
m_device.resetFences(m_frames[m_currentFrame].inFlightFence);

0 commit comments

Comments
 (0)