forked from teamnwah/openmw-tes3coop
a few changes2
This commit is contained in:
parent
8d7a5f469b
commit
36e9322830
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ namespace MWRender{
|
|||
rotmult = bonePtr->getOrientation();
|
||||
scale = bonePtr->getScale().x;
|
||||
boneSequenceIter++;
|
||||
std::cout << "Entering\n";
|
||||
|
||||
for(; boneSequenceIter != boneSequence.end(); boneSequenceIter++)
|
||||
{
|
||||
if(creaturemodel->getSkeleton()->hasBone(*boneSequenceIter)){
|
||||
|
|
Loading…
Reference in a new issue