Removed redundent variable declaration.

This commit is contained in:
Robert Osfield 2006-05-09 09:13:07 +00:00
parent 1c6e165cb3
commit ff518eb9c6

View File

@ -194,7 +194,6 @@ BoundingSphere AutoTransform::computeBound() const
{
BoundingSphere bsphere;
float scale( 1.f );
if ( getAutoScaleToScreen() && _firstTimeToInitEyePoint )
return bsphere;