diff options
| author | jussi | 2024-02-22 01:10:22 +0200 |
|---|---|---|
| committer | jussi | 2024-02-22 01:10:22 +0200 |
| commit | 04d2a7df47210f7ac4b9a44ade49af3d92375ee0 (patch) | |
| tree | 84ea1c136f91822506f24b7f6ffb1bd076077392 /ReiLua_API.lua | |
| parent | 178196b0ffb8e2358ce9b0be5e1570a10136eb45 (diff) | |
| download | reilua-enhanced-04d2a7df47210f7ac4b9a44ade49af3d92375ee0.tar.gz reilua-enhanced-04d2a7df47210f7ac4b9a44ade49af3d92375ee0.tar.bz2 reilua-enhanced-04d2a7df47210f7ac4b9a44ade49af3d92375ee0.zip | |
GuiGetFont fix.
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 8dd0899..0b6f9b5 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -5924,7 +5924,7 @@ function RL.GuiGetState() end ---@return any RL.GuiSetFont function RL.GuiSetFont( font ) end ----Get gui custom font (global state) +---Get gui custom font (global state). Return as lightuserdata ---- Success return Font ---@return any font function RL.GuiGetFont() end |
