Browse Source

Don't undef MAGNUM_TARGET_VK by accident.

Stupid. Good thing nobody's using that yet.
pull/331/head
Vladimír Vondruš 7 years ago
parent
commit
6735d4547f
  1. 2
      src/Magnum/Magnum.h

2
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

Loading…
Cancel
Save