Merge remote-tracking branch 'refs/remotes/Cxbx-Reloaded/master'

This commit is contained in:
PatrickvL 2017-04-22 23:35:53 +01:00
commit b255427067
1 changed files with 2 additions and 1 deletions

View File

@ -291,6 +291,7 @@ bool XTL::VertexPatcher::ApplyCachedStream(VertexPatchDesc *pPatchDesc,
}
}
/*
// Use the cached stream length (which is a must for the UP stream)
uint32_t uiHash = XXHash32::hash((void *)pCalculateData, pCachedStream->uiLength, HASH_SEED);
if(uiHash == pCachedStream->uiHash)
@ -302,7 +303,7 @@ bool XTL::VertexPatcher::ApplyCachedStream(VertexPatchDesc *pPatchDesc,
}
pCachedStream->uiCount = 0;
}
else
else */
{
// TODO: Do something about this
if(pCachedStream->bIsUP)