mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 09:59:44 -05:00
Fix typo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user