mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3343 Holo Lens : Use currentScene
This commit is contained in:
parent
2198ae61ae
commit
937bd49e9e
@ -79,7 +79,7 @@ std::vector<VdeExportPart> RicHoloLensExportImpl::partsForExport(const RimGridVi
|
||||
|
||||
if (view.viewer())
|
||||
{
|
||||
cvf::Scene* scene = view.viewer()->mainScene();
|
||||
cvf::Scene* scene = view.viewer()->currentScene();
|
||||
if (scene)
|
||||
{
|
||||
cvf::Collection<cvf::Part> sceneParts;
|
||||
|
Loading…
Reference in New Issue
Block a user