Skip to content

Commit 88363ae

Browse files
committed
code review fix
Remove | check when setting modified
1 parent f560b1b commit 88363ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExporterRepairMissingScripts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private static bool ReplaceGUIDInFile (string path)
9494

9595
if (line.Contains (ForumPackageSearchID)) {
9696
line = line.Replace (ForumPackageSearchID, CurrentPackageSearchID);
97-
modified |= true;
97+
modified = true;
9898
}
9999

100100
sw.WriteLine (line);

0 commit comments

Comments
 (0)