Просмотр исходного кода

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

Jeff Myers 1 год назад
Родитель
Сommit
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);