mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +02:00
Removed typo newline.
This commit is contained in:
parent
56bc962d36
commit
727ac38372
1 changed files with 1 additions and 2 deletions
|
@ -128,8 +128,7 @@ void PerformanceManager::applyPerformancePreset(PerformanceManager::PerformanceP
|
||||||
DependencyManager::get<LODManager>()->setWorldDetailQuality(WORLD_DETAIL_LOW);
|
DependencyManager::get<LODManager>()->setWorldDetailQuality(WORLD_DETAIL_LOW);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case
|
case PerformancePreset::UNKNOWN:
|
||||||
PerformancePreset::UNKNOWN:
|
|
||||||
// Intentionally unbroken.
|
// Intentionally unbroken.
|
||||||
default:
|
default:
|
||||||
// Do nothing.
|
// Do nothing.
|
||||||
|
|
Loading…
Reference in a new issue