Commit d344e130 authored by Claes Sjofors's avatar Claes Sjofors

Ge Script action fix, call exit() with termination didn't work

parent 24e16cc4
......@@ -13507,7 +13507,7 @@ int GeScript::action( grow_tObject object, glow_tEvent event)
//dyn->graph->get_command( command, cmd, dyn);
sts = (dyn->graph->command_cb)( dyn->graph->parent_ctx, 0, script);
return 1;
return sts;
}
break;
default: ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment