From d565d92cc82d0328daf066fdba38d5cb2cea6df3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 17 Aug 2004 06:15:54 +0000 Subject: [PATCH] Removed computeMipMaps call --- src/osgTerrain/DataSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgTerrain/DataSet.cpp b/src/osgTerrain/DataSet.cpp index f8c0e5c23..8b2c02e0d 100644 --- a/src/osgTerrain/DataSet.cpp +++ b/src/osgTerrain/DataSet.cpp @@ -1977,7 +1977,7 @@ osg::StateSet* DataSet::DestinationTile::createStateSet() if (mipmapImageSupported && _dataSet->getMipMappingMode()==DataSet::MIP_MAPPING_IMAGERY) { - image->computeMipMaps(); + osg::notify(osg::NOTICE)<<"Non compressress mipmapped not yet supported yet"<