Skip to content

Commit

Permalink
Improve grammar in a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Capostrophic authored May 31, 2019
1 parent 58f8d1a commit 5965aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nifbullet/bulletnifloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5965aa9

Please sign in to comment.