diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2023-03-07 22:35:00 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2023-03-07 22:35:00 -0600 |
| commit | 65d7db3487cc318dd764481193feb90bb6a897cd (patch) | |
| tree | d1107b2067204e871f24fba26246824d3534a254 /src/shared/lua_api/phys/bhingeconstraint.cpp | |
| parent | 0bc9f8922269233ca651d3765a7b073d5c2c7945 (diff) | |
| download | brokengine-65d7db3487cc318dd764481193feb90bb6a897cd.tar.gz brokengine-65d7db3487cc318dd764481193feb90bb6a897cd.tar.bz2 brokengine-65d7db3487cc318dd764481193feb90bb6a897cd.zip | |
Use an older name for luaL_reg
Diffstat (limited to 'src/shared/lua_api/phys/bhingeconstraint.cpp')
| -rw-r--r-- | src/shared/lua_api/phys/bhingeconstraint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/lua_api/phys/bhingeconstraint.cpp b/src/shared/lua_api/phys/bhingeconstraint.cpp index 5045cb7..b6dae80 100644 --- a/src/shared/lua_api/phys/bhingeconstraint.cpp +++ b/src/shared/lua_api/phys/bhingeconstraint.cpp @@ -34,7 +34,7 @@ int newbhingeconstraint(lua_State *L){ return 0;
}
-static const luaL_reg hingeconstraint_m[] = {
+static const luaL_Reg hingeconstraint_m[] = {
// {"delete", delbphysbox},//client side delete needs to delete the visual representation
{0, 0},
};
|
