god . damnit

This commit is contained in:
Mars 2024-10-10 21:36:42 -04:00
parent ae7de1f8ee
commit f4fcfd3fda
Signed by untrusted user: pupbrained
GPG key ID: 874E22DF2F9DFCB5

View file

@ -201,7 +201,7 @@ class VulkanApp {
fn mainLoop() -> void { fn mainLoop() -> void {
while (!mWindow->shouldClose()) { while (!mWindow->shouldClose()) {
vkfw::waitEvents(); vkfw::pollEvents();
drawFrame(); drawFrame();
} }