fix warning

This commit is contained in:
Vadim Lopatin 2016-04-06 08:44:50 +03:00
parent da666d0226
commit a8dec6c632
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ struct FbxModelImport {
Log.d("failed to tokenize OBJ source", e); Log.d("failed to tokenize OBJ source", e);
return false; return false;
} }
return true;
} }
} }