From 6dd2a0e64554a37c9ab8c0a6204cb5bb1badc970 Mon Sep 17 00:00:00 2001 From: bohonghuang <1281299809@qq.com> Date: Mon, 8 Jul 2024 02:27:51 +0800 Subject: [rmodels] Consistent `DrawBillboardPro` with `DrawTexturePro` (#4132) * [rmodels] Re-implement `DrawBillboardPro` * [rmodels] Add comments to `DrawBillboardPro` * [rmodels] Make `DrawBillboardPro` consistent with `DrawTexturePro` * Update raylib_api.* by CI --------- Co-authored-by: github-actions[bot] --- parser/output/raylib_api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser/output/raylib_api.lua') diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index 3bc27ffa..963b0ef6 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -7230,7 +7230,7 @@ return { {type = "Camera", name = "camera"}, {type = "Texture2D", name = "texture"}, {type = "Vector3", name = "position"}, - {type = "float", name = "size"}, + {type = "float", name = "scale"}, {type = "Color", name = "tint"} } }, -- cgit v1.2.3