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