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(); }