mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-02 16:36:41 +00:00
parent
42f094fa7a
commit
3cbe4ab85d
1 changed files with 2 additions and 2 deletions
|
@ -1135,8 +1135,8 @@ void CharacterController::updateIdleStormState(bool inwater)
|
||||||
{
|
{
|
||||||
if (!mAnimation->isPlaying("idlestorm"))
|
if (!mAnimation->isPlaying("idlestorm"))
|
||||||
{
|
{
|
||||||
mAnimation->play("idlestorm", Priority_Storm, MWRender::Animation::BlendMask_RightArm, true,
|
int mask = MWRender::Animation::BlendMask_Torso | MWRender::Animation::BlendMask_RightArm;
|
||||||
1.0f, "start", "stop", 0.0f, ~0ul);
|
mAnimation->play("idlestorm", Priority_Storm, mask, true, 1.0f, "start", "stop", 0.0f, ~0ul);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue