Преглед изворни кода

Merge branch 'main' of github.com:raylib-extras/rlImGui

Jeff Myers пре 1 година
родитељ
комит
777a337572
1 измењених фајлова са 1 додато и 1 уклоњено
  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);