From e8386dc837829ce03f00c49c214f10e0509deb6d Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Wed, 22 Apr 2009 11:58:25 +0000 Subject: [PATCH] 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 --- code/FileSystemFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/FileSystemFilter.h b/code/FileSystemFilter.h index 5be14d118..b5125bb6e 100644 --- a/code/FileSystemFilter.h +++ b/code/FileSystemFilter.h @@ -71,7 +71,7 @@ public: } else { base = ""; - return; + // return; } // make sure the directory is terminated properly