mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-20 01:34:20 +00:00
Fix for Android char being unsigned by default (#2408)
This commit is contained in:
parent
0a6c5bc234
commit
28d8eb220b
1 changed files with 1 additions and 1 deletions
|
|
@ -10684,7 +10684,7 @@ struct ImGuiDockNodeSettings
|
|||
ImGuiID ID;
|
||||
ImGuiID ParentID;
|
||||
ImGuiID SelectedTabID;
|
||||
char SplitAxis;
|
||||
signed char SplitAxis;
|
||||
char Depth;
|
||||
char IsDockSpace;
|
||||
char IsCentralNode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue