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
pull/1/head
aramis_acg 2009-04-22 11:58:25 +00:00
parent bd196ea318
commit e8386dc837
1 changed files with 1 additions and 1 deletions

View File

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