diff --git a/src/osgPlugins/ive/TerrainTile.cpp b/src/osgPlugins/ive/TerrainTile.cpp index 88ae76eb0..d10994a82 100644 --- a/src/osgPlugins/ive/TerrainTile.cpp +++ b/src/osgPlugins/ive/TerrainTile.cpp @@ -86,10 +86,13 @@ void TerrainTile::read(DataInputStream* in) if (in->getVersion() >= VERSION_0026) { + int level = in->readInt(); int x = in->readInt(); int y = in->readInt(); setTileID(osgTerrain::TileID(level,x,y)); + + // osg::notify(osg::NOTICE)<<"Read TileID("<getVersion() >= VERSION_0023)