shx-3d-render

main
Jan Umbach 2024-06-20 21:10:28 +02:00
parent 59328ab35c
commit 7d5dc6a55b
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@
this.Viewer3D.contentWindow.postMessage(initData, "*"); this.Viewer3D.contentWindow.postMessage(initData, "*");
this.loadingSpinner.show(); this.loadingSpinner.show();
renderView(); this.renderView();
} }
return; return;
}; };