mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-20 10:00:20 -04:00
clang-format
This commit is contained in:
parent
732fb4affe
commit
3207f3a387
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user