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:
@@ -177,9 +177,6 @@ void CGrannyModelInstance::UpdateWorldMatrices(const D3DXMATRIX* c_pWorldMatrix)
|
||||
|
||||
const CGrannyMesh * pMesh = m_pModel->GetMeshPointer(i);
|
||||
|
||||
if (!pMesh)
|
||||
continue;
|
||||
|
||||
// WORK
|
||||
int * boneIndices = __GetMeshBoneIndices(i);
|
||||
// END_OF_WORK
|
||||
|
||||
Reference in New Issue
Block a user