3d: Fix double-clear in oce loadmodel
This commit is contained in:
parent
cbf74d6939
commit
03813b3751
|
@ -303,8 +303,6 @@ FormatType fileType( const char* aFileName )
|
||||||
|
|
||||||
void getTag( TDF_Label& label, std::string& aTag )
|
void getTag( TDF_Label& label, std::string& aTag )
|
||||||
{
|
{
|
||||||
aTag.clear();
|
|
||||||
|
|
||||||
if( label.IsNull() )
|
if( label.IsNull() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue