From 6735d4547fe4789c99255d5df50985d923f19467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 22 Mar 2019 12:55:15 +0100 Subject: [PATCH] Don't undef MAGNUM_TARGET_VK by accident. Stupid. Good thing nobody's using that yet. --- src/Magnum/Magnum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Magnum.h b/src/Magnum/Magnum.h index 28b0c9f47..81f7a64e0 100644 --- a/src/Magnum/Magnum.h +++ b/src/Magnum/Magnum.h @@ -158,7 +158,6 @@ for more information. */ #define MAGNUM_TARGET_HEADLESS #undef MAGNUM_TARGET_HEADLESS -#endif /** @brief Vulkan interoperability @@ -170,6 +169,7 @@ Enabled by default in case the @ref Magnum::Vk "Vk" library is built. */ #define MAGNUM_TARGET_VK #undef MAGNUM_TARGET_VK +#endif /** @{ @name Basic type definitions