mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 09:47:06 +02:00
Fix function signature for BaseNestableTransformNode::toVariantMap
This commit is contained in:
parent
64fb046a33
commit
f188a3589e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
return jointWorldTransform;
|
||||
}
|
||||
|
||||
QVariantMap BaseNestableTransformNode<T>::toVariantMap() const {
|
||||
QVariantMap toVariantMap() const {
|
||||
QVariantMap map;
|
||||
|
||||
if (!_spatiallyNestable.expired()) {
|
||||
|
|
Loading…
Reference in a new issue