Remove call to Sleep

This commit is contained in:
Magnus Norddahl 2024-03-11 16:23:57 +01:00
parent 2af5bc8611
commit 4d37a89070

View file

@ -98,7 +98,6 @@ void VulkanRenderDevice::DrawViewer(const FVector3& cameraPos, const VSMatrix& v
int imageIndex = GetCommands()->AcquireImage();
if (imageIndex < 0)
{
Sleep(500);
return;
}