Skip to content

Commit e4800fd

Browse files
committed
ecere/gfx/3D/models/E3D: Removed unnecessary base index assignment
1 parent 90f54aa commit e4800fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ecere/src/gfx/3D/models/e3d/e3dRead.ec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,6 @@ static void readBlocks(E3DContext ctx, File f, DisplaySystem displaySystem, E3DB
637637
{
638638
// Assuming triangles for now
639639
f.Read(g.indices, sizeof(uint32), nFaces * 3);
640-
g.baseIndex = mesh.baseIndex;
641640
mesh.UnlockPrimitiveGroup(g);
642641
}
643642
}

0 commit comments

Comments
 (0)