mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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);
|
||||
|
||||
break;
|
||||
case
|
||||
PerformancePreset::UNKNOWN:
|
||||
case PerformancePreset::UNKNOWN:
|
||||
// Intentionally unbroken.
|
||||
default:
|
||||
// Do nothing.
|
||||
|
|
Loading…
Reference in a new issue