diff --git a/I3DShapesTool.Lib/Model/I3DShape.cs b/I3DShapesTool.Lib/Model/I3DShape.cs index a4913ee..bb7f941 100644 --- a/I3DShapesTool.Lib/Model/I3DShape.cs +++ b/I3DShapesTool.Lib/Model/I3DShape.cs @@ -85,7 +85,7 @@ protected override void Load(BinaryReader reader) } } - if (Version < 4) // Could be 5 as well + //if (Version < 4) // Could be 5 as well reader.BaseStream.Align(4); Positions = new I3DVector[Vertices];