Browse Source

Update README.md

Tibor Tálosi 3 years ago
parent
commit
90fbd48c36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ ui_cleanup();
 * Draw flipped region icon with overlay/invert support: ``draw_icon_clip_flipped(canvas, icon, image_x, image_y, screen_x, screen_y, width, height, draw_mode)``
 * Draw flipped region icon with overlay/invert support: ``draw_icon_clip_flipped(canvas, icon, image_x, image_y, screen_x, screen_y, width, height, draw_mode)``
 * Draw rounded box: ``draw_rounded_box(canvas, x,y,width, heigth, draw_mode)``
 * Draw rounded box: ``draw_rounded_box(canvas, x,y,width, heigth, draw_mode)``
 * Draw rounded box frame: ``draw_rounded_box_frame(canvas, x,y,width, heigth, draw_mode)``
 * Draw rounded box frame: ``draw_rounded_box_frame(canvas, x,y,width, heigth, draw_mode)``
-* Draw rectangle: ``draw_rounded_box_frame(canvas, x,y,width, heigth, draw_mode)``
+* Draw rectangle: ``draw_rectangle(canvas, x,y,width, heigth, draw_mode)``
 * Invert screen colors in a rectangle: ``invert_rectangle(canvas, x, y, width, height)``
 * Invert screen colors in a rectangle: ``invert_rectangle(canvas, x, y, width, height)``
 * Invert screen colors in a shape: ``invert_shape(canvas, image, x, y, width, height)``
 * Invert screen colors in a shape: ``invert_shape(canvas, image, x, y, width, height)``
 * Read pixel: ``read_pixel(canvas, x, y)``
 * Read pixel: ``read_pixel(canvas, x, y)``