mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 12:11:32 +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)
|
||||
return; // no terrain defined
|
||||
|
||||
TerrainGrid::World::loadCell(x, y);
|
||||
Terrain::World::loadCell(x, y);
|
||||
|
||||
mTerrainRoot->addChild(terrainNode);
|
||||
|
||||
|
|
Loading…
Reference in a new issue