From d8bdd78e267f3d77891165afb5e9604021013794 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 7 Apr 2020 20:47:25 +0200 Subject: [PATCH] Minor fix after c0cf25d --- src/vk_mem_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h index b11edff..8523b6f 100644 --- a/src/vk_mem_alloc.h +++ b/src/vk_mem_alloc.h @@ -1935,7 +1935,7 @@ available through VmaAllocatorCreateInfo::pRecordSettings. #if defined(_WIN32) #include #else - #error "VMA Recording functionality is not yet available for non-Windows platforms" + #error VMA Recording functionality is not yet available for non-Windows platforms #endif #endif