mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 00:52:27 +02:00
fix warnigns
This commit is contained in:
parent
4b1b61ae5b
commit
07d17343bf
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ void PrepareJointsTask::run(const baker::BakeContextPointer& context, const Inpu
|
|||
}
|
||||
}
|
||||
}
|
||||
jointIndices.insert(jointOut.name, i + 1);
|
||||
jointIndices.insert(jointOut.name, (int)(i + 1));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue