From 521fbb977e972026058b37ca1df1a009cfaa8466 Mon Sep 17 00:00:00 2001 From: marksibly Date: Sun, 11 Jan 2009 21:38:01 +0000 Subject: [PATCH] Improved sanity checking git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@287 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/B3DImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/B3DImporter.cpp b/code/B3DImporter.cpp index 0cd4d8673..70e098951 100644 --- a/code/B3DImporter.cpp +++ b/code/B3DImporter.cpp @@ -221,7 +221,7 @@ void B3DImporter::ReadBRUS(){ for( int i=0;i=0 && texid<_textures.size() ){ //just use tex 0 for now const Texture &tex=_textures[texid];