1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-09 01:46:40 +00:00

Fix compilation on MSVC

This commit is contained in:
Evil Eye 2025-05-22 17:31:33 +02:00
parent 2342dbe0f5
commit 5cf8191cea

View file

@ -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);