Skip to content

Commit

Permalink
remove ushort TexHeader.MipLevels; breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Soreepeong committed Apr 24, 2024
1 parent 7e92570 commit b64a11b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Lumina/Data/Files/TexFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ public unsafe struct TexHeader
[FieldOffset( 12 )]
public ushort Depth;

/// <summary>The field has been repurposed; use <see cref="MipCount"/>.</summary>
[FieldOffset( 14 )]
[Obsolete( $"Use {nameof( MipCount )} instead; the field has been repurposed as three fields." )]
public ushort MipLevels;

/// <summary>The field has been repurposed; use <see cref="MipCount"/>.</summary>
[FieldOffset( 14 )]
[Obsolete( $"Use {nameof( MipCount )} instead; the field has been repurposed as two fields." )]
Expand Down

0 comments on commit b64a11b

Please sign in to comment.