Disable LOD adjustment on android

This commit is contained in:
Brad Davis 2018-02-02 13:46:08 -08:00
parent dca3061107
commit e3e45e16c1

View file

@ -5131,7 +5131,9 @@ void Application::update(float deltaTime) {
bool showWarnings = Menu::getInstance()->isOptionChecked(MenuOption::PipelineWarnings);
PerformanceWarning warn(showWarnings, "Application::update()");
#if !defined(Q_OS_ANDROID)
updateLOD(deltaTime);
#endif
// TODO: break these out into distinct perfTimers when they prove interesting
{