From 030cbb3db06c3361e3a5dcfd8dc94ee2231531b6 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 3 Aug 2019 08:47:47 -0700 Subject: Fixed https://github.com/DiligentGraphics/DiligentCore/issues/95 --- Common/NativeApp/src/Linux/LinuxMain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Common/NativeApp/src') diff --git a/Common/NativeApp/src/Linux/LinuxMain.cpp b/Common/NativeApp/src/Linux/LinuxMain.cpp index 3e08fc5..381737c 100644 --- a/Common/NativeApp/src/Linux/LinuxMain.cpp +++ b/Common/NativeApp/src/Linux/LinuxMain.cpp @@ -434,7 +434,7 @@ int main (int argc, char ** argv) { bool UseVulkan = false; -#ifdef VULKAN_SUPPORTED +#if VULKAN_SUPPORTED UseVulkan = true; if (argc > 1) { @@ -467,4 +467,4 @@ int main (int argc, char ** argv) #endif return x_main(); -} \ No newline at end of file +} -- cgit v1.2.3