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)
return values;
const ESMTerrain::UniqueTextureId textureId = getTextureAt(
landData->mTextures, land->getPlugin(), correctedPos, cellSize);
const ESMTerrain::UniqueTextureId textureId
= 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
if (textureId.first != 0)