diff --git a/src/osgPlugins/ive/PagedLOD.cpp b/src/osgPlugins/ive/PagedLOD.cpp index 80c9834b9..6fda87f05 100644 --- a/src/osgPlugins/ive/PagedLOD.cpp +++ b/src/osgPlugins/ive/PagedLOD.cpp @@ -93,7 +93,8 @@ void PagedLOD::read(DataInputStream* in){ // Read number of children. int size = in->readInt(); // Read children. - for(int i=0; ireadNode()); } @@ -103,14 +104,14 @@ void PagedLOD::read(DataInputStream* in){ setCenter(in->readVec3()); // Read rangelist size = in->readInt(); - for(int i=0;ireadFloat(); float max = in->readFloat(); setRange(i, min, max); } size = in->readInt(); - for(int i=0;ireadString()); } }