fix: cs bump breaks

This commit is contained in:
Kaz Wolfe 2025-08-05 23:32:58 -07:00
parent 36b9f0b218
commit 69b4ed941f
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
3 changed files with 2 additions and 5 deletions

View file

@ -243,8 +243,6 @@ internal unsafe class UiDebug
ImGui.Text($"BGColor: #{textNode->BackgroundColor.R:X2}{textNode->BackgroundColor.G:X2}{textNode->BackgroundColor.B:X2}{textNode->BackgroundColor.A:X2}");
ImGui.Text($"TextFlags: {textNode->TextFlags}");
ImGui.SameLine();
ImGui.Text($"TextFlags2: {textNode->TextFlags2}");
break;
case NodeType.Counter: