osgdb_osg loader had more issues with const/non-const discrepancies on
Solaris. Modified Geoset.cpp and Point.cpp
This commit is contained in:
@@ -76,7 +76,7 @@ void Point::setSize( float size )
|
||||
}
|
||||
|
||||
|
||||
void Point::setFadeThresholdSize(const float fadeThresholdSize)
|
||||
void Point::setFadeThresholdSize(float fadeThresholdSize)
|
||||
{
|
||||
_fadeThresholdSize = fadeThresholdSize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user