This commit is contained in:
Ylva Selling
2022-09-22 04:25:57 -04:00
parent 2c31e485d8
commit a88ea892db
+1 -1
View File
@@ -263,7 +263,7 @@ void TargetBrowserPair::setBrowserRatio(float ratio) {
void TargetBrowserPair::setVerticalFovWithScroll(float scroll) {
double fov = _browser->setVerticalFovWithScroll(scroll);
_target->setVerticalFov(fov);
_targetRenderable->setVerticalFov(fov);
}
void TargetBrowserPair::setImageCollectionIsLoaded(bool isLoaded) {