Next level is a set of values, not a single one

This commit is contained in:
Matt Nadareski
2023-01-02 15:04:00 -08:00
parent 87080c906d
commit be129262da

View File

@@ -22,7 +22,7 @@ namespace BurnOutSharp.Compression.MSZIP
/// <summary>
/// Pointer to next level of table
/// </summary>
public HuffmanNode NextLevel;
public HuffmanNode[] NextLevel;
#endregion
}