mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f9f91d5386
@ -266,6 +266,11 @@ void BulletNifLoader::handleNiTriShape(const Nif::NiTriShape *shape, int flags,
|
||||
if (!shape->skin.empty())
|
||||
isAnimated = false;
|
||||
|
||||
if (shape->data.empty())
|
||||
return;
|
||||
if (shape->data->triangles->empty())
|
||||
return;
|
||||
|
||||
if (isAnimated)
|
||||
{
|
||||
if (!mCompoundShape)
|
||||
|
Loading…
x
Reference in New Issue
Block a user