Skip to content

Commit

Permalink
fix: fix UserFile resourceInfoOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
czastack committed Dec 11, 2023
1 parent 60a2d30 commit 2ce76aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RszTool/RszFile/UserFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected override bool DoRead()
throw new InvalidDataException($"{handler.FilePath} Not a SCN file");
}

handler.Seek(Header.Data.dataOffset);
handler.Seek(Header.Data.resourceInfoOffset);
ResourceInfoList.Read(handler, Header.Data.resourceCount);

handler.Seek(Header.Data.userdataInfoOffset);
Expand Down

0 comments on commit 2ce76aa

Please sign in to comment.