1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-24 12:53:08 +00:00

clang-format

This commit is contained in:
Sebastian Fieber 2025-01-19 00:06:10 +01:00
parent 732fb4affe
commit 3207f3a387

View file

@ -96,8 +96,8 @@ namespace MWLua
if (landData == nullptr) if (landData == nullptr)
return values; return values;
const ESMTerrain::UniqueTextureId textureId = getTextureAt( const ESMTerrain::UniqueTextureId textureId
landData->mTextures, land->getPlugin(), correctedPos, cellSize); = getTextureAt(landData->mTextures, land->getPlugin(), correctedPos, cellSize);
// Need to check for 0, 0 so that we can safely subtract 1 later, as per documentation on UniqueTextureId // Need to check for 0, 0 so that we can safely subtract 1 later, as per documentation on UniqueTextureId
if (textureId.first != 0) if (textureId.first != 0)