crash fix
This commit is contained in:
parent
c8ab2bf22e
commit
faf94775df
1 changed files with 1 additions and 0 deletions
|
|
@ -724,6 +724,7 @@ void Window::Render() {
|
|||
} else {
|
||||
Device::CheckVkResult(result);
|
||||
}
|
||||
Device::CheckVkResult(vkQueueWaitIdle(Device::queue));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue