From 59338c2c29cdb4ebd977c39a203bb7613e9f56e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Jun 2025 16:37:46 +0000 Subject: [PATCH] Update raylib_api.* by CI --- parser/output/raylib_api.json | 4 ++-- parser/output/raylib_api.lua | 4 ++-- parser/output/raylib_api.txt | 4 ++-- parser/output/raylib_api.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index e796478e4..e95a14eac 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -6010,11 +6010,11 @@ }, { "type": "Color", - "name": "topRight" + "name": "bottomRight" }, { "type": "Color", - "name": "bottomRight" + "name": "topRight" } ] }, diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index a2897a226..a7a2ff688 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -4976,8 +4976,8 @@ return { {type = "Rectangle", name = "rec"}, {type = "Color", name = "topLeft"}, {type = "Color", name = "bottomLeft"}, - {type = "Color", name = "topRight"}, - {type = "Color", name = "bottomRight"} + {type = "Color", name = "bottomRight"}, + {type = "Color", name = "topRight"} } }, { diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index 4de3e267a..e9a8a1315 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -2356,8 +2356,8 @@ Function 239: DrawRectangleGradientEx() (5 input parameters) Param[1]: rec (type: Rectangle) Param[2]: topLeft (type: Color) Param[3]: bottomLeft (type: Color) - Param[4]: topRight (type: Color) - Param[5]: bottomRight (type: Color) + Param[4]: bottomRight (type: Color) + Param[5]: topRight (type: Color) Function 240: DrawRectangleLines() (5 input parameters) Name: DrawRectangleLines Return type: void diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index e79e55f4f..9f4cfaa86 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -1488,8 +1488,8 @@ - +