Skip to content

Commit

Permalink
Fixed MaterialBumpChunk Size
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin113D committed Aug 2, 2024
1 parent 91c965e commit 51f79b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace SA3D.Modeling.Mesh.Chunk.PolyChunks
public class MaterialBumpChunk : SizedChunk
{
/// <inheritdoc/>
public override ushort Size => 16;
public override ushort Size => 6;

/// <summary>
/// DX.
Expand Down

0 comments on commit 51f79b7

Please sign in to comment.