Skip to content

fixed operator-nodes not being removed properly from the stack

Uwe Schulzweida requested to merge develop into m214003/develop

in case of -2in1out -1in1out -variable [ ] the 1in1out was not properly removed. This caused a runtime error as the parser attempted to assign further nodes to an already finished node.

Merge request reports