forked from metin-server/m2dev-client-src
Revert "Stop crashing on bad meshes like it's the end of the world"
This reverts commit b201fd6dd6.
This commit is contained in:
@@ -101,10 +101,6 @@ bool CGrannyModelInstance::Intersect(const D3DXMATRIX * c_pMatrix,
|
||||
|
||||
granny_matrix_4x4* pgrnMatCompositeBuffer = GrannyGetWorldPoseComposite4x4Array(m_pgrnWorldPose);
|
||||
const CGrannyMesh* c_pMesh = m_pModel->GetMeshPointer(rcurBoundBox.meshIndex);
|
||||
|
||||
if (!c_pMesh)
|
||||
continue;
|
||||
|
||||
const granny_mesh* c_pgrnMesh = c_pMesh->GetGrannyMeshPointer();
|
||||
|
||||
if (!GrannyMeshIsRigid(c_pgrnMesh))
|
||||
|
||||
Reference in New Issue
Block a user