Parcourir la source

missing character in a comment

Jeffery Myers il y a 1 an
Parent
commit
61008c09bb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rlImGui.h

+ 1 - 1
rlImGui.h

@@ -167,7 +167,7 @@ bool rlImGuiImageButton(const char* name, const Texture* image);
 /// </summary>
 /// <param name="name">The display name and ImGui ID for the button</param>
 /// <param name="image">The texture to draw</param>
-/// <param name="size">The size of the button/param>
+/// <param name="size">The size of the button</param>
 /// <returns>True if the button was clicked</returns>
 bool rlImGuiImageButtonSize(const char* name, const Texture* image, struct ImVec2 size);