Trim Trailing Whitespace
This commit is contained in:
@@ -458,7 +458,7 @@ void ObjFileParser::getFace(aiPrimitiveType type) {
|
||||
//OBJ USES 1 Base ARRAYS!!!!
|
||||
const char *token = &(*m_DataIt);
|
||||
const int iVal = ::atoi(token);
|
||||
|
||||
|
||||
// increment iStep position based off of the sign and # of digits
|
||||
int tmp = iVal;
|
||||
if (iVal < 0) {
|
||||
|
||||
Reference in New Issue
Block a user