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);
break;
case
PerformancePreset::UNKNOWN:
case PerformancePreset::UNKNOWN:
// Intentionally unbroken.
default:
// Do nothing.