1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

[Windows] Fix LLVM MinGW build.

This commit is contained in:
bruvzg
2022-10-06 09:30:25 +03:00
parent ea9bb98f26
commit 6afb2d0225
3 changed files with 9 additions and 8 deletions

View File

@@ -2260,8 +2260,6 @@ Error VulkanContext::swap_buffers() {
}
}
#endif
static int total_frames = 0;
total_frames++;
// print_line("current buffer: " + itos(current_buffer));
err = fpQueuePresentKHR(present_queue, &present);