mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
replicate exec signatures for queueExec
This commit is contained in:
parent
04795cefbb
commit
09f9b5351c
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ function SimSet::queueExec(%scopeSet, %execFilePath, %isExclusive)
|
|||
if ($traceModuleCalls)
|
||||
warn("module root path="@ makeRelativePath(%moduleDef.ModulePath));
|
||||
|
||||
%fullPath = makeRelativePath(%moduleDef.ModulePath) @ %execFilePath;
|
||||
%fullPath = pathConcat(%moduleDef.ModulePath, %execFilePath);
|
||||
///go through all entries
|
||||
%locked = false;
|
||||
%execFilecount = ExecFilesList.count();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue