We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cee26 commit 4b6a0f4Copy full SHA for 4b6a0f4
RszTool/RszFile/RszUtils.cs
@@ -73,7 +73,7 @@ void CheckResouce(string path)
73
// avoid reference unused resource
74
if (instance.RszClass.name == "via.Folder")
75
{
76
- if (instance.GetFieldValue("v4") is false) continue;
+ if (instance.GetFieldValue("v4") is (byte)0) continue;
77
}
78
for (int j = 0; j < fields.Length; j++)
79
0 commit comments