From 8d44f7b15e021e8b1575e8f2442007c80955184f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 20 Nov 2004 11:48:01 +0000 Subject: [PATCH] Fixed indentation. --- src/osgPlugins/ive/LOD.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/osgPlugins/ive/LOD.cpp b/src/osgPlugins/ive/LOD.cpp index 70b78074a..8bc98ce54 100644 --- a/src/osgPlugins/ive/LOD.cpp +++ b/src/osgPlugins/ive/LOD.cpp @@ -63,15 +63,15 @@ void LOD::read(DataInputStream* in){ throw Exception("LOD::read(): Could not cast this osg::LOD to an osg::Group."); // Read LOD's properties - if ( in->getVersion() > VERSION_0002 ) - setRadius(in->readFloat()); + if ( in->getVersion() > VERSION_0002 ) + setRadius(in->readFloat()); // Read centermode setCenterMode((osg::LOD::CenterMode)in->readInt()); setCenter(in->readVec3()); - if ( in->getVersion() > VERSION_0002 ) - setRangeMode((RangeMode)in->readInt()); + if ( in->getVersion() > VERSION_0002 ) + setRangeMode((RangeMode)in->readInt()); // Read rangelist int size = in->readInt();;