mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:56:50 +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
|
// Widen the FOV for trimming
|
||||||
float originalFOV = thisViewFrustum.getFieldOfView();
|
float originalFOV = thisViewFrustum.getFieldOfView();
|
||||||
float wideFOV = originalFOV + VIEW_FRUSTUM_FOV_OVERSEND;
|
float wideFOV = originalFOV + VIEW_FRUSTUM_FOV_OVERSEND;
|
||||||
thisViewFrustum.setFieldOfView(wideFOV); // hack
|
thisViewFrustum.setFieldOfView(wideFOV);
|
||||||
thisViewFrustum.calculate();
|
thisViewFrustum.calculate();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue