Ran script to remove trailing spaces and tabs
This commit is contained in:
@@ -36,7 +36,7 @@ static bool readHeights( osgDB::InputStream& is, osg::HeightField& shape )
|
||||
{
|
||||
unsigned int numCols = shape.getNumColumns(), numRows = shape.getNumRows();
|
||||
if ( array->size()<numRows*numCols ) return false;
|
||||
|
||||
|
||||
unsigned int index = 0;
|
||||
for ( unsigned int r=0; r<numRows; ++r )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user