Browse Source

Merge pull request #3287 from assimp/issue_3253

closes https://github.com/assimp/assimp/issues/3253 : remove useless …
Kim Kulling 5 years ago
parent
commit
c2a732938e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      code/AssetLib/Obj/ObjFileParser.cpp

+ 0 - 1
code/AssetLib/Obj/ObjFileParser.cpp

@@ -253,7 +253,6 @@ static bool isDataDefinitionEnd(const char *tmp) {
     if (*tmp == '\\') {
         tmp++;
         if (IsLineEnd(*tmp)) {
-            tmp++;
             return true;
         }
     }