mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 10:17:40 +02:00
Do not have depth as a parameter in getTransform(..) when called in NestableTransformNode
This commit is contained in:
parent
686f9fb18a
commit
0926968e2b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Transform NestableTransformNode::getTransform() {
|
|||
}
|
||||
|
||||
bool success;
|
||||
Transform jointWorldTransform = nestable->getTransform(_jointIndex, success, 30);
|
||||
Transform jointWorldTransform = nestable->getTransform(_jointIndex, success);
|
||||
|
||||
if (success) {
|
||||
return jointWorldTransform;
|
||||
|
|
Loading…
Reference in a new issue