summaryrefslogtreecommitdiffstats
path: root/src/vksetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vksetup.h')
-rw-r--r--src/vksetup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vksetup.h b/src/vksetup.h
index a659136..715fef7 100644
--- a/src/vksetup.h
+++ b/src/vksetup.h
@@ -46,7 +46,7 @@
#include <shaderc/shaderc.h>
-#define VMA_DEBUG_LOG(...) printf(__VA_ARGS__)
+#define VMA_DEBUG_LOG(...) printf(__VA_ARGS__); printf("\n")
#define VMA_DEBUG_INITIALIZE_ALLOCATIONS 1
#define VMA_DEBUG_MARGIN 16
#include "vk_mem_alloc.h"