aboutsummaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2023-03-07 22:39:50 -0600
committerAlexander M Pickering <alex@cogarr.net>2023-03-07 22:39:50 -0600
commitc460fbfed3dde98e87d2bb620fa005a17efcf07b (patch)
treed2c3d207ef655e6567ef5b5d7a6a79d207f53890 /src/shared
parent65d7db3487cc318dd764481193feb90bb6a897cd (diff)
downloadbrokengine-c460fbfed3dde98e87d2bb620fa005a17efcf07b.tar.gz
brokengine-c460fbfed3dde98e87d2bb620fa005a17efcf07b.tar.bz2
brokengine-c460fbfed3dde98e87d2bb620fa005a17efcf07b.zip
Fix another typo
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/lua_api/phys/bphysbox.cpp2
1 files changed, 1 insertions, 1 deletions
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},