mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-30 02:11:34 +00:00
Fix compilation on MSVC
This commit is contained in:
parent
2342dbe0f5
commit
5cf8191cea
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