mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 00:57:44 +02:00
Disable LOD adjustment on android
This commit is contained in:
parent
dca3061107
commit
e3e45e16c1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue