mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 07:44:08 +00:00
Fix formatting
This commit is contained in:
parent
6136e3d8fc
commit
c7fcd1c31b
@ -463,8 +463,8 @@ namespace MWRender
|
||||
if (torch != inv.end() && torch->getType() == ESM::Light::sRecordId && showCarriedLeft)
|
||||
{
|
||||
if (!mAnimation->getInfo("torch"))
|
||||
mAnimation->play(
|
||||
"torch", 2, BlendMask::BlendMask_LeftArm, false, 1.0f, "start", "stop", 0.0f, std::numeric_limits<uint32_t>::max(), true);
|
||||
mAnimation->play("torch", 2, BlendMask::BlendMask_LeftArm, false, 1.0f, "start", "stop", 0.0f,
|
||||
std::numeric_limits<uint32_t>::max(), true);
|
||||
}
|
||||
else if (mAnimation->getInfo("torch"))
|
||||
mAnimation->disable("torch");
|
||||
|
Loading…
x
Reference in New Issue
Block a user