Feat lua file watch (#1584)
* feat lua: file watcher for lua script file: reload scripts if they got changed since they were initially loaded * feat lua auto reload: enable / disable the feature through the ui and settings
This commit is contained in:
@ -53,5 +53,7 @@ namespace big
|
||||
{
|
||||
g_lua_manager->m_schedule_reload_modules = true;
|
||||
}
|
||||
|
||||
ImGui::Checkbox("Auto Reload Changed Scripts", &g.lua.enable_auto_reload_changed_scripts);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user