forked from mirror/openmw-tes3mp
Merge pull request #1022 from Allofich/anim
Make loopgroup loop correct number of times
This commit is contained in:
commit
c3340ec143
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ namespace MWScript
|
|||
throw std::runtime_error ("animation mode out of range");
|
||||
}
|
||||
|
||||
MWBase::Environment::get().getMechanicsManager()->playAnimationGroup (ptr, group, mode, loops, true);
|
||||
MWBase::Environment::get().getMechanicsManager()->playAnimationGroup (ptr, group, mode, loops + 1, true);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue