mirror of
https://github.com/LazyDuchess/OpenTS2.git
synced 2025-01-22 16:21:47 -05:00
Transfer stackobjid to new stack frame.
This commit is contained in:
parent
9710bc5f04
commit
524d0b797d
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ namespace OpenTS2.SimAntics
|
|||
return null;
|
||||
|
||||
var newStackFrame = new VMStackFrame(bhav, Stack);
|
||||
newStackFrame.StackObjectID = ctx.StackFrame.StackObjectID;
|
||||
|
||||
GoSubFormat format = GoSubFormat.PassTemps;
|
||||
|
||||
|
|
Loading…
Reference in a new issue