From 32ace364a004c66b0fa63a8a6b11ef0c1bf7c648 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 19 Mar 2009 10:55:29 +0000 Subject: [PATCH] Added debug message (commented out for now.) --- src/osgPlugins/ive/TerrainTile.cpp | 3 +++ 1 file changed, 3 insertions(+) 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)