Skip to content

Commit 9f34739

Browse files
committed
Reverting last commit since not 100% sure it's safe.
1 parent a7a59fb commit 9f34739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xivModdingFramework/Mods/EndwalkerUpgrade.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ private static async Task<Dictionary<string, UpgradeInfo>> UpdateEndwalkerColors
850850
newData[offset + 0] = mtrl.ColorSetData[pixel + 0];
851851
newData[offset + 1] = mtrl.ColorSetData[pixel + 1];
852852
newData[offset + 2] = mtrl.ColorSetData[pixel + 2];
853-
newData[offset + 3] = mtrl.ColorSetData[pixel + 3];
853+
//newData[offset + 3] = mtrl.ColorSetData[pixel + 3];
854854

855855
// Skip next 3 pixels
856856
offset += 4;

0 commit comments

Comments
 (0)