chore: Bump CS to 9f22a2a2 (#1517)

- Revert of AtkResNode DrawFlags
This commit is contained in:
KazWolfe 2023-10-31 20:06:57 -07:00 committed by GitHub
parent 20d5e26403
commit 403e94f9d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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.ViewFlags |= NodeViewFlags.IsDirty;
textNode->AtkResNode.DrawFlags |= 0x1;
}
ImGui.Text($"Color: #{textNode->TextColor.R:X2}{textNode->TextColor.G:X2}{textNode->TextColor.B:X2}{textNode->TextColor.A:X2}");