mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Add override qualifier to BaseNestableTransformNode::getTransform
This commit is contained in:
parent
f40f40e135
commit
52bc09cd2a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
Transform getTransform() {
|
||||
Transform getTransform() override {
|
||||
std::shared_ptr<T> nestable = _spatiallyNestable.lock();
|
||||
if (!nestable) {
|
||||
return Transform();
|
||||
|
|
Loading…
Reference in a new issue