Skip to content

Commit

Permalink
Fixed compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Nov 27, 2023
1 parent 89ab6d3 commit 69d043d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/lua_ILuaInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ LUA_FUNCTION(ILuaInterface_InitLibraries)
return 0;
}

void InitEnums(ILuaInterface* LUA)
void InitLuaEnums(ILuaInterface* LUA)
{
PushEnums(LUA);
}
Expand All @@ -282,7 +282,7 @@ LUA_FUNCTION(ILuaInterface_InitEnums)

void InitGmod(ILuaInterface* LUA)
{
InitEnums(LUA);
InitLuaEnums(LUA);

InitLuaLibraries(LUA);

Expand Down

0 comments on commit 69d043d

Please sign in to comment.