Fix compilation

This commit is contained in:
Wojtek Figat
2021-01-18 15:32:40 +01:00
parent 81daaf663b
commit e58332723a

View File

@@ -428,7 +428,6 @@ bool MCore::LoadEngine()
#elif PLATFORM_LINUX
// Adjust GC threads suspending mode on Linux
Platform::SetEnvironmentVariable(TEXT("MONO_THREADS_SUSPEND"), TEXT("preemptive"));
#endif
#endif
mono_config_parse(nullptr);