mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 09:27:00 +00:00
Fix for Android char being unsigned by default (#2408)
This commit is contained in:
parent
0a6c5bc234
commit
28d8eb220b
@ -10684,7 +10684,7 @@ struct ImGuiDockNodeSettings
|
|||||||
ImGuiID ID;
|
ImGuiID ID;
|
||||||
ImGuiID ParentID;
|
ImGuiID ParentID;
|
||||||
ImGuiID SelectedTabID;
|
ImGuiID SelectedTabID;
|
||||||
char SplitAxis;
|
signed char SplitAxis;
|
||||||
char Depth;
|
char Depth;
|
||||||
char IsDockSpace;
|
char IsDockSpace;
|
||||||
char IsCentralNode;
|
char IsCentralNode;
|
||||||
|
Loading…
Reference in New Issue
Block a user