From c460fbfed3dde98e87d2bb620fa005a17efcf07b Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 7 Mar 2023 22:39:50 -0600 Subject: Fix another typo --- src/shared/lua_api/phys/bphysbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/lua_api/phys/bphysbox.cpp') diff --git a/src/shared/lua_api/phys/bphysbox.cpp b/src/shared/lua_api/phys/bphysbox.cpp index 66f112d..9a1dd40 100644 --- a/src/shared/lua_api/phys/bphysbox.cpp +++ b/src/shared/lua_api/phys/bphysbox.cpp @@ -156,7 +156,7 @@ static int bphysgetpos(lua_State *L){//self return 1; } -static const luaL_reg bphysbox_m[] = { +static const luaL_Reg bphysbox_m[] = { {"getpos", bphysgetpos}, {"setpos", bphyssetpos}, {"delete", delbphysbox}, -- cgit v1.2.3-70-g09d2