mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:57:00 +02:00
Adjusted for rebase on typo correction.
This commit is contained in:
parent
6dd26c53a9
commit
021268696c
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ void PerformanceManager::applyPerformancePreset(PerformanceManager::PerformanceP
|
||||||
RenderScriptingInterface::getInstance()->setShadowsEnabled(false);
|
RenderScriptingInterface::getInstance()->setShadowsEnabled(false);
|
||||||
qApp->getRefreshRateManager().setRefreshRateProfile(RefreshRateManager::RefreshRateProfile::REALTIME);
|
qApp->getRefreshRateManager().setRefreshRateProfile(RefreshRateManager::RefreshRateProfile::REALTIME);
|
||||||
|
|
||||||
RenderScriptingInterface::getInstance()->setViewportResolutionScale(recommandedPpiScale);
|
RenderScriptingInterface::getInstance()->setViewportResolutionScale(recommendedPpiScale);
|
||||||
|
|
||||||
DependencyManager::get<LODManager>()->setWorldDetailQuality(WORLD_DETAIL_LOW);
|
DependencyManager::get<LODManager>()->setWorldDetailQuality(WORLD_DETAIL_LOW);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue