mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 04:13:40 +01:00
chore: Fix most 6.51 warnings (#1514)
This commit is contained in:
parent
9ccc389b0b
commit
e538763f20
7 changed files with 26 additions and 24 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.DrawFlags |= 0x1;
|
||||
textNode->AtkResNode.ViewFlags |= NodeViewFlags.IsDirty;
|
||||
}
|
||||
|
||||
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