mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 12:41:34 +00:00
Formatting
This commit is contained in:
parent
085ea44af5
commit
53e1e57eef
1 changed files with 2 additions and 2 deletions
|
@ -310,8 +310,8 @@ void BulletNifLoader::handleNode(const std::string& fileName, const Nif::Node *n
|
||||||
// It must be ignored completely.
|
// It must be ignored completely.
|
||||||
// (occurs in tr_ex_imp_wall_arch_04.nif)
|
// (occurs in tr_ex_imp_wall_arch_04.nif)
|
||||||
if(!node->hasBounds && (node->recType == Nif::RC_NiTriShape
|
if(!node->hasBounds && (node->recType == Nif::RC_NiTriShape
|
||||||
|| node->recType == Nif::RC_NiTriStrips
|
|| node->recType == Nif::RC_NiTriStrips
|
||||||
|| node->recType == Nif::RC_BSLODTriShape))
|
|| node->recType == Nif::RC_BSLODTriShape))
|
||||||
{
|
{
|
||||||
handleNiTriShape(node, flags, getWorldTransform(node), isAnimated, avoid);
|
handleNiTriShape(node, flags, getWorldTransform(node), isAnimated, avoid);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue