mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 19:11:33 +00:00
Merge branch 'supernamespace' into 'master'
Fix compilation on MSVC See merge request OpenMW/openmw!4692
This commit is contained in:
commit
a8334a237b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ namespace Terrain
|
||||||
if (!terrainNode)
|
if (!terrainNode)
|
||||||
return; // no terrain defined
|
return; // no terrain defined
|
||||||
|
|
||||||
TerrainGrid::World::loadCell(x, y);
|
Terrain::World::loadCell(x, y);
|
||||||
|
|
||||||
mTerrainRoot->addChild(terrainNode);
|
mTerrainRoot->addChild(terrainNode);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue