mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 08:42:13 +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) {
|
||||
_jointStates[index].rotation = safeMix(_jointStates[index].rotation, geometry.joints.at(index).rotation, percent);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void Model::deleteGeometry() {
|
||||
|
|
Loading…
Reference in a new issue