mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
Improve grammar in a warning
This commit is contained in:
parent
58f8d1ac04
commit
5965aa991b
@ -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…
x
Reference in New Issue
Block a user