fix: Add FG to BuildConfig method

This commit is contained in:
Lars Toenning
2024-03-28 09:53:20 +01:00
parent 2c68c46d98
commit 0dba1b8566

View File

@@ -19,7 +19,7 @@ namespace BlackConfig
constexpr bool CBuildConfig::isCompiledWithFlightSimulatorSupport()
{
return CBuildConfig::isCompiledWithFsxSupport() || CBuildConfig::isCompiledWithXPlaneSupport();
return CBuildConfig::isCompiledWithMsFlightSimulatorSupport() || CBuildConfig::isCompiledWithXPlaneSupport() || CBuildConfig::isCompiledWithFGSupport();
}
constexpr bool CBuildConfig::isRunningOnWindowsNtPlatform()