From a38e76873b5ca3080c8046ae4759866d8cccc4e5 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 11 Jun 2025 17:00:25 +0300 Subject: uluaGet* pops lua stack correctly when userdata given in table. --- ReiLua_API.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index dec0d17..93c3cf4 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -1167,7 +1167,7 @@ RL.RL_MAX_SHADER_LOCATIONS=32 ---Default projection matrix near cull distance RL.RL_CULL_DISTANCE_NEAR=0.01 ---Default projection matrix far cull distance -RL.RL_CULL_DISTANCE_FAR=1000.0 +RL.RL_CULL_DISTANCE_FAR=1000 -- Defines - RLGL Texture parameters -- cgit v1.2.3