mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 11:59:21 +01:00
Emergent 6.5 Hotfixes - Round 1 (#1444)
* fix: New sig for ToggleUiHide * fix: New sig for AddonOnRequestedUpdate * chore: Bump CS
This commit is contained in:
parent
a382f22689
commit
e3aa0b2141
4 changed files with 4 additions and 4 deletions
|
|
@ -215,7 +215,7 @@ internal unsafe class UiDebug
|
|||
while (b > byte.MaxValue) b -= byte.MaxValue;
|
||||
while (b < byte.MinValue) b += byte.MaxValue;
|
||||
textNode->AlignmentFontType = (byte)b;
|
||||
textNode->AtkResNode.Flags_2 |= 0x1;
|
||||
textNode->AtkResNode.DrawFlags |= 0x1;
|
||||
}
|
||||
|
||||
ImGui.Text($"Color: #{textNode->TextColor.R:X2}{textNode->TextColor.G:X2}{textNode->TextColor.B:X2}{textNode->TextColor.A:X2}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue