Changed int's to unsigned int's to avoid warnings
This commit is contained in:
@@ -38,9 +38,9 @@ class OSG_EXPORT KdTree : public osg::Shape
|
||||
{
|
||||
BuildOptions();
|
||||
|
||||
int _numVerticesProcessed;
|
||||
int _targetNumTrianglesPerLeaf;
|
||||
int _maxNumLevels;
|
||||
unsigned int _numVerticesProcessed;
|
||||
unsigned int _targetNumTrianglesPerLeaf;
|
||||
unsigned int _maxNumLevels;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user