mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
The print() function in Lua scripts now outputs to Rainmeter log (an alternative to the TO.LuaLog() function).
This commit is contained in:
@ -17,7 +17,7 @@ lua_State* LuaManager::m_pState = 0;
|
||||
|
||||
void LuaManager::Init()
|
||||
{
|
||||
if(m_pState == 0)
|
||||
if (m_pState == 0)
|
||||
{
|
||||
// initialize Lua
|
||||
m_pState = lua_open();
|
||||
|
Reference in New Issue
Block a user