forgot to implement cleanup

Ginger2
hYdos 2020-03-06 20:55:07 +10:00
parent 0627e671ef
commit 9a047c9750
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public class VulkanExample {
initWindow();
initVulkan();
mainLoop();
GingerVK.getInstance().cleanup();
VKUtils.cleanup();
}