mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
fix a typo that caused SPLIT_TERRAIN=true blendmap to be too detailed (causing insane loading times)
This commit is contained in:
parent
dbd2d390fd
commit
5b5e8ba4fd
@ -18,7 +18,7 @@ namespace MWRender
|
||||
mTerrainGlobals = OGRE_NEW Ogre::TerrainGlobalOptions();
|
||||
|
||||
mTerrainGlobals->setMaxPixelError(8);
|
||||
mTerrainGlobals->setLayerBlendMapSize(SPLIT_TERRAIN ? 1024 : 256);
|
||||
mTerrainGlobals->setLayerBlendMapSize(SPLIT_TERRAIN ? 256 : 1024);
|
||||
|
||||
Ogre::TerrainMaterialGeneratorPtr matGen;
|
||||
TerrainMaterialGeneratorB* matGenP = new TerrainMaterialGeneratorB();
|
||||
|
Loading…
x
Reference in New Issue
Block a user