Skip to content

Commit 9e225ab

Browse files
committed
Fix small error checking the same variable twice
1 parent 27e0d6e commit 9e225ab

File tree

1 file changed

+1
-1
lines changed
  • xivModdingFramework/Items/DataContainers

1 file changed

+1
-1
lines changed

xivModdingFramework/Items/DataContainers/XivUi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public async Task<Dictionary<string, string>> GetTexPaths(bool addLowRes, bool a
156156
if (addLowRes)
157157
resPaths.Add(Name, "ui/icon/" + block + '/' + icon + ".tex");
158158

159-
if (addLowRes)
159+
if (addHiRes)
160160
resPaths.Add(Name, "ui/icon/" + block + '/' + icon + HiResUiExt + ".tex");
161161
}
162162

0 commit comments

Comments
 (0)