We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7371c69 commit db4ca71Copy full SHA for db4ca71
Client/mods/deathmatch/logic/luadefs/CLuaColShapeDefs.cpp
@@ -19,7 +19,7 @@ void CLuaColShapeDefs::LoadFunctions(void)
19
CLuaCFunctions::AddFunction("createColRectangle", CreateColRectangle);
20
CLuaCFunctions::AddFunction("createColPolygon", CreateColPolygon);
21
CLuaCFunctions::AddFunction("createColTube", CreateColTube);
22
- CLuaCFunctions::AddFunction ("getColShapeType", GetColShapeType);
+ CLuaCFunctions::AddFunction("getColShapeType", GetColShapeType);
23
}
24
25
void CLuaColShapeDefs::AddClass(lua_State* luaVM)
0 commit comments