Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Apr 4, 2024
1 parent 4ad8c9b commit bb8e482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lua_ILuaInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void RunString(ILuaThread* thread, const char* str, const char* pFile)
{
ILuaInterface* LUA = thread->IFace;
Msg("1. Top %i\n", LUA->Top());
LUA->RunStringEx(pFile, "", str, true, true, false, true);
LUA->RunStringEx(pFile, "", str, true, true, true, true);
Msg("2. Top %i\n", LUA->Top());
/*
if (setjmp(thread->jumpBuffer) == 0)
Expand Down

0 comments on commit bb8e482

Please sign in to comment.