Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SamoZ256 committed Sep 14, 2024
1 parent 008c11c commit 2961151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cafe/HW/Latte/Renderer/Metal/MetalRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void MetalRenderer::SwapBuffers(bool swapTV, bool swapDRC)
if (swapDRC)
SwapBuffer(false);

// Reset the command buffers (they are released in)
// Reset the command buffers (they are released by TemporaryBufferAllocator)
CommitCommandBuffer();
m_commandBuffers.clear();

Expand Down

0 comments on commit 2961151

Please sign in to comment.