crash fix

This commit is contained in:
Jorijn van der Graaf 2026-03-09 21:05:21 +01:00
commit faf94775df

View file

@ -724,6 +724,7 @@ void Window::Render() {
} else {
Device::CheckVkResult(result);
}
Device::CheckVkResult(vkQueueWaitIdle(Device::queue));
#endif
}