mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 14:09:01 +02:00
Mark BaseNestableTransformNode::toVariantMap with override
This commit is contained in:
parent
0bd00c3554
commit
715f6a4473
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public:
|
||||||
return jointWorldTransform;
|
return jointWorldTransform;
|
||||||
}
|
}
|
||||||
|
|
||||||
QVariantMap toVariantMap() const {
|
QVariantMap toVariantMap() const override {
|
||||||
QVariantMap map;
|
QVariantMap map;
|
||||||
|
|
||||||
auto nestable = _spatiallyNestable.lock();
|
auto nestable = _spatiallyNestable.lock();
|
||||||
|
|
Loading…
Reference in a new issue