FIXME added, must remove triggers after use.
This commit is contained in:
parent
836ffbbf57
commit
13defbcc83
1 changed files with 4 additions and 1 deletions
|
@ -368,7 +368,10 @@ global void TriggersEachFrame(void)
|
|||
pair=gh_car(Trigger);
|
||||
Trigger=gh_cdr(Trigger);
|
||||
if( !gh_null_p(val=gh_apply(car(pair),NIL)) ) {
|
||||
gh_apply(cdr(pair),NIL);
|
||||
val=gh_apply(cdr(pair),NIL);
|
||||
if( gh_null_p(val) ) {
|
||||
DebugLevel0Fn("FIXME: should remove trigger\n");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
Trigger=NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue