Revert "Introduce regression to see if new Travis regression diff catches it."
This reverts commit d55034351f
.
pull/535/head
parent
d55034351f
commit
a1c0be5489
|
@ -823,7 +823,7 @@ void Discreet3DSImporter::GenerateNodeGraph(aiScene* pcOut)
|
||||||
if (::strstr( pcOut->mRootNode->mName.data, "UNNAMED" ) ||
|
if (::strstr( pcOut->mRootNode->mName.data, "UNNAMED" ) ||
|
||||||
(pcOut->mRootNode->mName.data[0] == '$' && pcOut->mRootNode->mName.data[1] == '$') )
|
(pcOut->mRootNode->mName.data[0] == '$' && pcOut->mRootNode->mName.data[1] == '$') )
|
||||||
{
|
{
|
||||||
pcOut->mRootNode->mName.Set("<3DSRoot_broken>");
|
pcOut->mRootNode->mName.Set("<3DSRoot>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue