From 1987c90c736d74c28f79d19b0408c691982dc0b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Apr 2024 18:10:31 +0000 Subject: Update raylib_api.* by CI --- parser/output/raylib_api.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parser/output/raylib_api.lua') diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index 1423e237..8f0a6295 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -3656,8 +3656,8 @@ return { params = { {type = "Vector2", name = "position"}, {type = "Camera", name = "camera"}, - {type = "float", name = "width"}, - {type = "float", name = "height"} + {type = "int", name = "width"}, + {type = "int", name = "height"} } }, { -- cgit v1.2.3