Improve grammar in a warning

pull/2406/head
Alexei Dobrohotov 6 years ago committed by GitHub
parent 58f8d1ac04
commit 5965aa991b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -209,7 +209,7 @@ void BulletNifLoader::handleNode(const std::string& fileName, const Nif::Node *n
// We encountered a RootCollisionNode inside autogenerated mesh. It is not right.
if (node->recType == Nif::RC_RootCollisionNode && autogenerated)
Log(Debug::Info) << "Found RootCollisionNode attached to non-root node in " << fileName << ". Treat it as a common NiTriShape.";
Log(Debug::Info) << "RootCollisionNode is not attached to the root node in " << fileName << ". Treating it as a common NiTriShape.";
// Check for extra data
Nif::Extra const *e = node;

Loading…
Cancel
Save