Fixed type of numberical constant

This commit is contained in:
Robert Osfield 2010-09-29 10:54:53 +00:00
parent 5af4884558
commit 5c3a1b3069

View File

@ -35,7 +35,7 @@ void CullSettings::setDefaults()
_smallFeatureCullingPixelSize = 2.0f;
_computeNearFar = COMPUTE_NEAR_FAR_USING_BOUNDING_VOLUMES;
_nearFarRatio = 0.0005f;
_nearFarRatio = 0.0005;
_impostorActive = true;
_depthSortImpostorSprites = false;
_impostorPixelErrorThreshold = 4.0f;