Skip to content

Commit

Permalink
Typo in GetOffsets
Browse files Browse the repository at this point in the history
  • Loading branch information
yarik0chka committed May 3, 2024
1 parent fa7512f commit 52aaa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssetStudio/OffsetStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public IEnumerable<long> GetOffsets(string path)
signature = "UnityFS\x00";
break;
case FileType.MhyFile:
signature = "mhy";
signature = "mhy0";
break;
case FileType.Blb3File:
signature = "Blb\x03";
Expand Down

0 comments on commit 52aaa2d

Please sign in to comment.