mirror of
https://github.com/leozide/leocad
synced 2025-01-18 22:26:44 +01:00
Fixed mesh cache not loading parts.
This commit is contained in:
parent
66bbb8d9de
commit
ed5259229e
1 changed files with 0 additions and 4 deletions
|
@ -1088,10 +1088,6 @@ bool lcPiecesLibrary::LoadCachePiece(PieceInfo* Info)
|
|||
if (!ReadArchiveCacheFile(FileName, MeshData))
|
||||
return false;
|
||||
|
||||
quint32 Flags;
|
||||
if (MeshData.ReadBuffer((char*)&Flags, sizeof(Flags)) == 0)
|
||||
return false;
|
||||
|
||||
lcMesh* Mesh = new lcMesh;
|
||||
if (Mesh->FileLoad(MeshData))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue