remove comment

This commit is contained in:
ZappoMan 2013-10-04 21:38:47 -07:00
parent 0c70a05732
commit 6fce838e2e

View file

@ -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();
}
};