mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:17:34 +02:00
Forgot to return a value.
This commit is contained in:
parent
ae4db63368
commit
c55f8c5900
1 changed files with 1 additions and 0 deletions
|
@ -635,6 +635,7 @@ bool Model::restoreJointPosition(int jointIndex, float percent) {
|
||||||
foreach (int index, freeLineage) {
|
foreach (int index, freeLineage) {
|
||||||
_jointStates[index].rotation = safeMix(_jointStates[index].rotation, geometry.joints.at(index).rotation, percent);
|
_jointStates[index].rotation = safeMix(_jointStates[index].rotation, geometry.joints.at(index).rotation, percent);
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Model::deleteGeometry() {
|
void Model::deleteGeometry() {
|
||||||
|
|
Loading…
Reference in a new issue