Skip to content

Commit

Permalink
Remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
HildarTheDorf committed Nov 13, 2024
1 parent 5823446 commit 042ef3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vulkan/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,5 @@ void Renderer::record_command_buffer() {
vkCmdEndRenderPass(cb);
check_success(vkEndCommandBuffer(cb));

printf("%f %f\n", ImGui::GetDrawData()->FramebufferScale.x, ImGui::GetDrawData()->FramebufferScale.y);
ImGui_ImplVulkan_NewFrame();
}

0 comments on commit 042ef3a

Please sign in to comment.