diff --git a/imgui.h b/imgui.h index dfb95d9e..ffbf7fb7 100644 --- a/imgui.h +++ b/imgui.h @@ -536,7 +536,7 @@ enum ImGuiColorEditMode_ ImGuiColorEditMode_HEX = 2 }; -// Enumeration for io.MouseCursor +// Enumeration for GetMouseCursor() enum ImGuiMouseCursor_ { ImGuiMouseCursor_Arrow = 0,