mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
refactor core_process (1)
This commit is contained in:
@@ -399,8 +399,11 @@ namespace NekoRay {
|
||||
outbound["settings"] = settings;
|
||||
|
||||
// EXTERNAL PROCESS
|
||||
auto extC = new sys::ExternalProcess(ent->bean->DisplayType(),
|
||||
extR.program, extR.arguments, extR.env);
|
||||
auto extC = new sys::ExternalProcess();
|
||||
extC->tag = ent->bean->DisplayType();
|
||||
extC->program = extR.program;
|
||||
extC->arguments = extR.arguments;
|
||||
extC->env = extR.env;
|
||||
status->result->ext += extC;
|
||||
} else {
|
||||
coreR = ent->bean->BuildCoreObj();
|
||||
|
||||
Reference in New Issue
Block a user