mirror of
https://github.com/Drezil/imgui.git
synced 2025-08-09 21:43:13 +02:00
Fix for Android char being unsigned by default (#2408)
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user