summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/src/Linux/LinuxMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Common/NativeApp/src/Linux/LinuxMain.cpp')
-rw-r--r--Common/NativeApp/src/Linux/LinuxMain.cpp4
1 files changed, 2 insertions, 2 deletions
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
+}