Skip to content

Commit a7a59fb

Browse files
committed
Copy missing Emissive Alpha through to new csets...?
1 parent 6e7239e commit a7a59fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xivModdingFramework/Mods/EndwalkerUpgrade.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +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];
853854

854855
// Skip next 3 pixels
855856
offset += 4;

0 commit comments

Comments
 (0)