holy fuck this is such a stupid issue

This commit is contained in:
jacekpoz 2024-09-11 19:41:35 +02:00
parent 97ca8319c3
commit 9fba9e626e
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -345,6 +345,7 @@ bool vk_create_image(const char *path) {
vkFreeMemory(g_dev, staging_buffer_memory, NULL);
PTK_LIST_ADD(VkImage, m_images, image);
PTK_LIST_ADD(VkDeviceMemory, m_image_memories, image_memory);
create_image_view(image);
g_image_count += 1;