]> git.nega.tv - josh/narcissus/commitdiff
narcissus-gpu: Remove accidentally added sleep
authorJoshua Simmons <josh@nega.tv>
Wed, 1 May 2024 18:48:29 +0000 (20:48 +0200)
committerJoshua Simmons <josh@nega.tv>
Wed, 1 May 2024 18:48:29 +0000 (20:48 +0200)
When debugging goes too far!

engine/narcissus-gpu/src/backend/vulkan/mod.rs

index e6affadd135cd943a293f448bd48797015301661..eb909896e57c702052ad4193b8d3d3c8be50abe6 100644 (file)
@@ -2256,8 +2256,6 @@ impl Device for VulkanDevice {
 
             Self::destroy_deferred(device_fn, device, frame);
 
-            std::thread::sleep(std::time::Duration::from_millis(10));
-
             self.wsi_begin_frame();
 
             self.allocator_begin_frame(frame);