FIRE-34515 - Mac restore settings crash

PBRTerrainDetail is not a user setting as it is critically dependent on the GPU/OpenGL capabilities, do not restore to "default" during resets.
master
Beq 2024-09-20 22:25:21 +01:00
parent 39961e357b
commit d4e9604700
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ bool LLFeatureManager::loadFeatureTables()
mSkippedFeatures.insert("RenderGamma");
mSkippedFeatures.insert("RenderVBOEnable");
mSkippedFeatures.insert("RenderFogRatio");
mSkippedFeatures.insert("RenderTerrainPBRDetail"); // <FS:Beq/> FIRE-34515 crash in restore settings on Mac
// first table is install with app
std::string app_path = gDirUtilp->getAppRODataDir();