浏览代码

Fixing a minor issue in FileSystemFilter which prevented some external files from being loaded. Thanks to Jonathan Klein to point it out.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@399 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 16 年之前
父节点
当前提交
e8386dc837
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/FileSystemFilter.h

+ 1 - 1
code/FileSystemFilter.h

@@ -71,7 +71,7 @@ public:
 		}
 		}
 		else {
 		else {
 			base = "";
 			base = "";
-			return;
+		//	return;
 		}
 		}
 
 
 		// make sure the directory is terminated properly
 		// make sure the directory is terminated properly