3d: Fix double-clear in oce loadmodel

This commit is contained in:
Seth Hillbrand 2018-10-08 06:33:54 -07:00
parent cbf74d6939
commit 03813b3751
1 changed files with 0 additions and 2 deletions

View File

@ -303,8 +303,6 @@ FormatType fileType( const char* aFileName )
void getTag( TDF_Label& label, std::string& aTag )
{
aTag.clear();
if( label.IsNull() )
return;