mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:50:43 +02:00
CR
This commit is contained in:
parent
364f935b89
commit
785eda44cd
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ void GeometryMappingResource::onGeometryMappingLoaded(bool success) {
|
||||||
|
|
||||||
// Avoid holding onto extra references
|
// Avoid holding onto extra references
|
||||||
_geometryResource.reset();
|
_geometryResource.reset();
|
||||||
|
// Make sure connection will not trigger again
|
||||||
|
disconnect(_connection); // FIXME Should not have to do this
|
||||||
}
|
}
|
||||||
|
|
||||||
finishedLoading(success);
|
finishedLoading(success);
|
||||||
|
|
Loading…
Reference in a new issue