Browse Source

Nicer name for Assimp Binary importer

.assbin is not a nice name to show a user
Rich ard 6 years ago
parent
commit
07bbb2c000
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/AssbinLoader.cpp

+ 1 - 1
code/AssbinLoader.cpp

@@ -68,7 +68,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 using namespace Assimp;
 
 static const aiImporterDesc desc = {
-    ".assbin Importer",
+    "Assimp Binary Importer",
     "Gargaj / Conspiracy",
     "",
     "",