Merge pull request #3287 from assimp/issue_3253
closes https://github.com/assimp/assimp/issues/3253 : remove useless …pull/3288/head
commit
c2a732938e
|
@ -253,7 +253,6 @@ static bool isDataDefinitionEnd(const char *tmp) {
|
||||||
if (*tmp == '\\') {
|
if (*tmp == '\\') {
|
||||||
tmp++;
|
tmp++;
|
||||||
if (IsLineEnd(*tmp)) {
|
if (IsLineEnd(*tmp)) {
|
||||||
tmp++;
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue