mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
fix: Lumina updates
This commit is contained in:
parent
12ce09870f
commit
67561af32f
10 changed files with 30 additions and 30 deletions
|
|
@ -43,10 +43,10 @@ internal sealed class SeStringColorStackSet
|
|||
foreach (var row in uiColor)
|
||||
{
|
||||
// Contains ABGR.
|
||||
this.colorTypes[row.RowId, 0] = row.UIForeground;
|
||||
this.colorTypes[row.RowId, 1] = row.UIGlow;
|
||||
this.colorTypes[row.RowId, 2] = row.Unknown0;
|
||||
this.colorTypes[row.RowId, 3] = row.Unknown1;
|
||||
this.colorTypes[row.RowId, 0] = row.Dark;
|
||||
this.colorTypes[row.RowId, 1] = row.Light;
|
||||
this.colorTypes[row.RowId, 2] = row.ClassicFF;
|
||||
this.colorTypes[row.RowId, 3] = row.ClearBlue;
|
||||
}
|
||||
|
||||
if (BitConverter.IsLittleEndian)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue