Removed duplicate destroy of instance in cleanup

This commit is contained in:
Ano-sys
2025-04-08 17:18:23 +02:00
parent 9e325ed1c8
commit 01d558539d
-2
View File
@@ -1651,8 +1651,6 @@ namespace vapp{
vkDestroySurfaceKHR(instance, surface, nullptr);
vkDestroyInstance(instance, nullptr);
vkDestroyInstance(instance, nullptr);
// GLFW
glfwDestroyWindow(this->window);
glfwTerminate();