Merge pull request #385 from jdduke/fix_blend_and_rebase_regression_tests

Fix non-BMesh-containing .blend import
pull/1153/head^2
Alexander Gessler 2014-09-16 01:10:53 -07:00
commit aac40dd5b8
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ BlenderBMeshConverter::BlenderBMeshConverter( const Mesh* mesh ):
BMesh( mesh ),
triMesh( NULL )
{
AssertValidMesh( );
}
// ------------------------------------------------------------------------------------------------