Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
DonavinDraws committed Sep 18, 2024
2 parents 4e98e22 + 768b990 commit 90ef5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fushigi.Bfres/Model/Shape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public Vector4[] GetData(VertexBuffer vertexBuffer)
{
for (int i = 0; i < vertexBuffer.VertexCount; i++)
{
reader.SeekBegin(i * buffer.Stride);
reader.SeekBegin(i * buffer.Stride + Offset );
data[i] = reader.ReadAttribute(this.Format);
}
}
Expand Down

0 comments on commit 90ef5f2

Please sign in to comment.