mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-01 18:11:22 +00:00
Fix formatting
This commit is contained in:
parent
6136e3d8fc
commit
c7fcd1c31b
1 changed files with 2 additions and 2 deletions
|
@ -463,8 +463,8 @@ namespace MWRender
|
||||||
if (torch != inv.end() && torch->getType() == ESM::Light::sRecordId && showCarriedLeft)
|
if (torch != inv.end() && torch->getType() == ESM::Light::sRecordId && showCarriedLeft)
|
||||||
{
|
{
|
||||||
if (!mAnimation->getInfo("torch"))
|
if (!mAnimation->getInfo("torch"))
|
||||||
mAnimation->play(
|
mAnimation->play("torch", 2, BlendMask::BlendMask_LeftArm, false, 1.0f, "start", "stop", 0.0f,
|
||||||
"torch", 2, BlendMask::BlendMask_LeftArm, false, 1.0f, "start", "stop", 0.0f, std::numeric_limits<uint32_t>::max(), true);
|
std::numeric_limits<uint32_t>::max(), true);
|
||||||
}
|
}
|
||||||
else if (mAnimation->getInfo("torch"))
|
else if (mAnimation->getInfo("torch"))
|
||||||
mAnimation->disable("torch");
|
mAnimation->disable("torch");
|
||||||
|
|
Loading…
Reference in a new issue