Skip to content

Commit

Permalink
Some paranoia probably
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 26, 2023
1 parent 033c65c commit bec0ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/GPU/Vulkan/VulkanRenderManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ bool VulkanRenderManager::CreateBackbuffers() {

for (int i = 0; i < vulkan_->GetInflightFrames(); i++) {
auto &frameData = frameData_[i];
frameData.readyForFence = true;
frameData.readyForFence = true; // Just in case.
}

// Start the thread(s).
Expand Down

0 comments on commit bec0ca3

Please sign in to comment.