Remove unnecessary texture

This commit is contained in:
Ylva Selling
2021-09-06 14:42:37 +02:00
parent 7be40f3bc8
commit 8b3c792f14
8 changed files with 118 additions and 209 deletions
@@ -113,7 +113,7 @@ namespace openspace {
_vfieldOfView.onChange([&]() {
if (_skyTarget) {
_skyTarget->updateFOV(_vfieldOfView);
_skyTarget->setVerticalFOV(_vfieldOfView);
}
});