Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:27:02 +00:00
parent 0fefe9a789
commit a7da775353
6 changed files with 25 additions and 25 deletions

View File

@@ -102,7 +102,7 @@ void TerrainTile::read(DataInputStream* in)
int y = in->readInt();
setTileID(osgTerrain::TileID(level,x,y));
// osg::notify(osg::NOTICE)<<"Read TileID("<<level<<", "<<x<<", "<<y<<")"<<std::endl;
// OSG_NOTICE<<"Read TileID("<<level<<", "<<x<<", "<<y<<")"<<std::endl;
}
if (in->getVersion() >= VERSION_0023)