wip
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-10-09 14:51:00 +03:30
parent 052db45922
commit b04b627e17
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -95,6 +95,7 @@ Swapchain::~Swapchain()
m_device->wait_idle();
std::this_thread::sleep_for(std::chrono::seconds { 10 });
std::cout << "EEP" << std::endl;
}
catch (const std::exception &exp)
{