diff --git a/src/osgPlugins/ive/PagedLOD.cpp b/src/osgPlugins/ive/PagedLOD.cpp index c685faec2..f322b3a81 100644 --- a/src/osgPlugins/ive/PagedLOD.cpp +++ b/src/osgPlugins/ive/PagedLOD.cpp @@ -98,7 +98,7 @@ void PagedLOD::read(DataInputStream* in){ throw Exception("Group::read(): Could not cast this osg::Group to an osg::Node."); - if ( in->getVersion() > VERSION_0006 ) { + if ( in->getVersion() >= VERSION_0006 ) { setDatabasePath(in->readString()); }