소스 검색

Fixed comment

ocornut 10 년 전
부모
커밋
b024ff85f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      imgui.h

+ 1 - 1
imgui.h

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