1
0
Fork 0
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:
psi29a 2025-05-23 07:25:07 +00:00
commit a8334a237b

View file

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