From b024ff85f7645fb1977f60378aaaab520c5b413d Mon Sep 17 00:00:00 2001 From: ocornut Date: Sat, 21 Mar 2015 15:15:16 +0000 Subject: [PATCH] Fixed comment --- imgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,