Skip to content

Commit

Permalink
Fix BSX4 MountedSoulsFile type (soulsmods#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingborehaha authored Sep 5, 2023
1 parent 62afba6 commit 1b03260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoulsFormats/SoulsFormats/Binder/BXF4/BXF4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace SoulsFormats
/// <summary>
/// A general-purpose headered file container used in DS2, DS3, and BB. Extensions: .*bhd (header) and .*bdt (data)
/// </summary>
public class BXF4 : MountedSoulsFile<BND3>, IBinder, IBXF4
public class BXF4 : MountedSoulsFile<BXF4>, IBinder, IBXF4
{
#region Public Is
/// <summary>
Expand Down

0 comments on commit 1b03260

Please sign in to comment.