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