Fixed compile error
This commit is contained in:
@@ -943,7 +943,7 @@ class OSGTERRAIN_EXPORT DataSet : public osg::Referenced
|
||||
void _equalizeRow(Row& row);
|
||||
void _writeRow(Row& row);
|
||||
|
||||
osg::CoordinateSystemNode* decorateWithCoordinateSystemNode(osg::Node* subgraph);
|
||||
osg::Node* decorateWithCoordinateSystemNode(osg::Node* subgraph);
|
||||
|
||||
void init();
|
||||
|
||||
|
||||
@@ -3375,7 +3375,7 @@ void DataSet::createDestination(unsigned int numLevels)
|
||||
|
||||
}
|
||||
|
||||
osg::CoordinateSystemNode* DataSet::decorateWithCoordinateSystemNode(osg::Node* subgraph)
|
||||
osg::Node* DataSet::decorateWithCoordinateSystemNode(osg::Node* subgraph)
|
||||
{
|
||||
// don't decorate if no coord system is set.
|
||||
if (_destinationCoordinateSystem->getCoordinateSystem().empty())
|
||||
|
||||
Reference in New Issue
Block a user