mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-02-16 08:32:01 +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();
|
int imageIndex = GetCommands()->AcquireImage();
|
||||||
if (imageIndex < 0)
|
if (imageIndex < 0)
|
||||||
{
|
{
|
||||||
Sleep(500);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue