mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Internals: LowerBound: Use raw pointer typedefs, we never use iterator anywhere else in the codebase.
Demo: Typo. C98 fix.
This commit is contained in:
@ -332,7 +332,7 @@ enum ImGuiItemStatusFlags_
|
||||
enum ImGuiLayoutType_
|
||||
{
|
||||
ImGuiLayoutType_Vertical = 0,
|
||||
ImGuiLayoutType_Horizontal = 1,
|
||||
ImGuiLayoutType_Horizontal = 1
|
||||
};
|
||||
|
||||
enum ImGuiAxis
|
||||
|
Reference in New Issue
Block a user