forked from pupbrained/vulkan-test
god . damnit
This commit is contained in:
parent
ae7de1f8ee
commit
f4fcfd3fda
|
@ -201,7 +201,7 @@ class VulkanApp {
|
||||||
|
|
||||||
fn mainLoop() -> void {
|
fn mainLoop() -> void {
|
||||||
while (!mWindow->shouldClose()) {
|
while (!mWindow->shouldClose()) {
|
||||||
vkfw::waitEvents();
|
vkfw::pollEvents();
|
||||||
drawFrame();
|
drawFrame();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue