remove an error on stable, too common.
This commit is contained in:
parent
1c30b29168
commit
2b5ac6350d
@ -457,9 +457,6 @@ SGAnimation::~SGAnimation()
|
|||||||
}
|
}
|
||||||
if (!info.empty())
|
if (!info.empty())
|
||||||
{
|
{
|
||||||
reportFailure(LoadFailure::Misconfigured, ErrorCode::XMLModelLoad,
|
|
||||||
"Could not find at least one of the following object for animation:" + info,
|
|
||||||
SGPath::fromUtf8(_modelData.getPath()));
|
|
||||||
SG_LOG(SG_IO, SG_DEV_ALERT, "Could not find at least one of the following"
|
SG_LOG(SG_IO, SG_DEV_ALERT, "Could not find at least one of the following"
|
||||||
" objects for animation: " << info << " in file: " << _modelData.getPath());
|
" objects for animation: " << info << " in file: " << _modelData.getPath());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user