1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-01-29 19:17:24 +01:00

Fixed comment

This commit is contained in:
ocornut 2015-03-21 15:15:16 +00:00
parent dee2790133
commit b024ff85f7

View File

@ -536,7 +536,7 @@ enum ImGuiColorEditMode_
ImGuiColorEditMode_HEX = 2
};
// Enumeration for io.MouseCursor
// Enumeration for GetMouseCursor()
enum ImGuiMouseCursor_
{
ImGuiMouseCursor_Arrow = 0,