mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Added ability to escape real variables and measures as follows: #*RealVar*# [*RealMeasure*]
- NowPlayingPlugin: Addition change to r880 OpenPlayer fix - Removing tolua++ generation package files
This commit is contained in:
@ -59,7 +59,7 @@ LuaScript::LuaScript(lua_State* state, const char* file) : m_State(state),
|
||||
lua_setfenv(m_State, -2);
|
||||
|
||||
// Execute the Lua script
|
||||
result = lua_pcall(m_State, 0, LUA_MULTRET, 0);
|
||||
result = lua_pcall(m_State, 0, 0, 0);
|
||||
|
||||
if (result)
|
||||
{
|
||||
|
Reference in New Issue
Block a user