Removed computeMipMaps call

This commit is contained in:
Robert Osfield 2004-08-17 06:15:54 +00:00
parent 4f376529b7
commit d565d92cc8

View File

@ -1977,7 +1977,7 @@ osg::StateSet* DataSet::DestinationTile::createStateSet()
if (mipmapImageSupported && _dataSet->getMipMappingMode()==DataSet::MIP_MAPPING_IMAGERY) if (mipmapImageSupported && _dataSet->getMipMappingMode()==DataSet::MIP_MAPPING_IMAGERY)
{ {
image->computeMipMaps(); osg::notify(osg::NOTICE)<<"Non compressress mipmapped not yet supported yet"<<std::endl;
} }
} }