mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
remove comment
This commit is contained in:
parent
0c70a05732
commit
6fce838e2e
1 changed files with 1 additions and 1 deletions
|
@ -1437,7 +1437,7 @@ public:
|
|||
// Widen the FOV for trimming
|
||||
float originalFOV = thisViewFrustum.getFieldOfView();
|
||||
float wideFOV = originalFOV + VIEW_FRUSTUM_FOV_OVERSEND;
|
||||
thisViewFrustum.setFieldOfView(wideFOV); // hack
|
||||
thisViewFrustum.setFieldOfView(wideFOV);
|
||||
thisViewFrustum.calculate();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue