Removed typo newline.

This commit is contained in:
Penguin-Guru 2021-10-30 10:48:27 -07:00
parent 56bc962d36
commit 727ac38372

View file

@ -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.