Add options for game window on macOS

This commit is contained in:
Wojtek Figat
2022-01-17 21:14:41 +01:00
parent 788afe611d
commit 35d9016053
4 changed files with 87 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ int32 Engine::Main(const Char* cmdLine)
Platform::BeforeRun();
EngineImpl::InitMainWindow();
Application::BeforeRun();
#if !USE_EDITOR && (PLATFORM_WINDOWS || PLATFORM_LINUX)
#if !USE_EDITOR && (PLATFORM_WINDOWS || PLATFORM_LINUX || PLATFORM_MAC)
EngineImpl::RunInBackground = PlatformSettings::Get()->RunInBackground;
#endif
Log::Logger::WriteFloor();