Fix endregion tags

This commit is contained in:
Matt Nadareski
2022-07-07 13:27:31 -07:00
parent cf34a0adee
commit d604a6d784

View File

@@ -1273,6 +1273,8 @@ namespace BurnOutSharp.FileType
5, 5, 0, 5, 5, 0,
}; };
#endregion
/// <summary> /// <summary>
/// Number of position slots for (tsize - 10) /// Number of position slots for (tsize - 10)
/// </summary> /// </summary>
@@ -1371,8 +1373,6 @@ namespace BurnOutSharp.FileType
#endregion #endregion
#endregion
#region TEMPORARY AREA FOR LZX COMPRESSION FORMAT #region TEMPORARY AREA FOR LZX COMPRESSION FORMAT
// See the following for details about implementation (there is no open spec): // See the following for details about implementation (there is no open spec):