mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-24 14:31:02 +00:00
name kinda sucked
This commit is contained in:
parent
bf5ca10652
commit
0146c0a4bd
1 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ static int lib_finetangent(lua_State *L)
|
|||
return 1;
|
||||
}
|
||||
|
||||
static int lib_finearccosine(lua_State *L)
|
||||
static int lib_fixedacos(lua_State *L)
|
||||
{
|
||||
lua_pushangle(L, FixedAcos(luaL_checkfixed(L, 1)));
|
||||
return 1;
|
||||
|
|
@ -190,7 +190,7 @@ static luaL_Reg lib[] = {
|
|||
{"sin", lib_finesine},
|
||||
{"cos", lib_finecosine},
|
||||
{"tan", lib_finetangent},
|
||||
{"acos", lib_finearccosine},
|
||||
{"acos", lib_fixedacos},
|
||||
{"FixedAngle", lib_fixedangle},
|
||||
{"fixangle" , lib_fixedangle},
|
||||
{"AngleFixed", lib_anglefixed},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue