[Windows] Fix LLVM MinGW build.

This commit is contained in:
bruvzg 2022-10-06 09:30:25 +03:00
parent ea9bb98f26
commit 6afb2d0225
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
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);