uinode:add method fix + gui.reindex(document_name)
This commit is contained in:
@@ -47,6 +47,10 @@ int Environment::getId() const {
|
||||
return env;
|
||||
}
|
||||
|
||||
void Environment::release() {
|
||||
env = 0;
|
||||
}
|
||||
|
||||
void load_script(fs::path name) {
|
||||
auto paths = scripting::engine->getPaths();
|
||||
fs::path file = paths->getResources()/fs::path("scripts")/name;
|
||||
|
||||
Reference in New Issue
Block a user