Fix crash when deinitializing renderer

This commit is contained in:
2020-10-22 22:53:11 +02:00
parent c5f8b7bce9
commit ac09635fd7
2 changed files with 2 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ namespace openVulkanoCpp::Vulkan
void Renderer::Close()
{
resourceManager.Close();
context.Close();
}