We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
在WZL.cs(104): FS_wzl.Position = OffsetList[index] + 16;这行执行后就不往下执行了 调试了下发现FS_wzl已经被释放了所以会报异常 using (BinaryReader rwzl = new BinaryReader(FS_wzl))这里用到了BinaryReader,BinaryReader 关闭后就自动给FS_wzl释放了,无语,不知道怎么解决
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: