From 9dceeb8c058267e04bf551db7a9659e3ba5bdab3 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 16 Jul 2024 21:52:30 +0300 Subject: Reigui property_list and tree_view use scrissor mode. --- ReiLua_API.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index ee18b2d..afe86e6 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -6526,11 +6526,11 @@ function RL.GuiValueBox( bounds, text, value, minValue, maxValue, editMode ) end ---- Success return int, string ---@param bounds table ---@param text string ----@param textSize integer +---@param bufferSize integer ---@param editMode boolean ---@return any result ---@return any text -function RL.GuiTextBox( bounds, text, textSize, editMode ) end +function RL.GuiTextBox( bounds, text, bufferSize, editMode ) end ---Slider control, returns selected value ---- Success return int, float, Rectangle, Rectangle -- cgit v1.2.3