mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-29 14:04:30 +00:00
Swap arguments
This commit is contained in:
parent
f7292680d6
commit
a8831651bb
1 changed files with 1 additions and 1 deletions
|
|
@ -600,7 +600,7 @@ namespace Terrain
|
|||
if (m->getViewDistance())
|
||||
m->setMaxLodLevel(
|
||||
DefaultLodCallback::convertDistanceToLodLevel(m->getViewDistance() + mViewDataMap->getReuseDistance(),
|
||||
mMinSize, ESM::getCellSize(mWorldspace), mLodFactor));
|
||||
mMinSize, mLodFactor, ESM::getCellSize(mWorldspace)));
|
||||
}
|
||||
|
||||
void QuadTreeWorld::rebuildViews()
|
||||
|
|
|
|||
Loading…
Reference in a new issue