mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-16 16:06:23 -04:00
Unused variable fix
This commit is contained in:
parent
726c93c365
commit
76e538c22a
@ -340,7 +340,6 @@ namespace MWRender
|
|||||||
assert( (size & (size - 1)) == 0 && "Size must be a power of 2");
|
assert( (size & (size - 1)) == 0 && "Size must be a power of 2");
|
||||||
|
|
||||||
const int blendMapSize = terrain->getLayerBlendMapSize();
|
const int blendMapSize = terrain->getLayerBlendMapSize();
|
||||||
const int splatSize = blendMapSize / size;
|
|
||||||
|
|
||||||
//zero out every map
|
//zero out every map
|
||||||
std::map<uint16_t, int>::const_iterator iter;
|
std::map<uint16_t, int>::const_iterator iter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user