Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Mar 21, 2015
1 parent dee2790 commit b024ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui.h
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ enum ImGuiColorEditMode_
ImGuiColorEditMode_HEX = 2
};

// Enumeration for io.MouseCursor
// Enumeration for GetMouseCursor()
enum ImGuiMouseCursor_
{
ImGuiMouseCursor_Arrow = 0,
Expand Down

0 comments on commit b024ff8

Please sign in to comment.