From f4fcfd3fdabfcb116f957075e3017c9b9a4e47bb Mon Sep 17 00:00:00 2001 From: Mars Date: Thu, 10 Oct 2024 21:36:42 -0400 Subject: [PATCH] god . damnit --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 9d1649f..c202529 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -201,7 +201,7 @@ class VulkanApp { fn mainLoop() -> void { while (!mWindow->shouldClose()) { - vkfw::waitEvents(); + vkfw::pollEvents(); drawFrame(); }