mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-21 19:50:54 +00:00
Remove call to Sleep
This commit is contained in:
parent
2af5bc8611
commit
4d37a89070
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ void VulkanRenderDevice::DrawViewer(const FVector3& cameraPos, const VSMatrix& v
|
|||
int imageIndex = GetCommands()->AcquireImage();
|
||||
if (imageIndex < 0)
|
||||
{
|
||||
Sleep(500);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue