Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit e23ff8a

Browse files
committed
fix
1 parent b424f5b commit e23ff8a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

ported_plugins/plugins/rex_csv2dictionary/source/c3runtime/conditions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
entry = table[i];
2727
this.exp_CurKey = entry[0];
2828
this.exp_CurValue = this.value_get(entry[1]);
29-
current_event.retrigger();
29+
current_event.Retrigger(current_frame,h);
3030
this._runtime.GetEventSheetManager().GetEventStack().PopSol(current_event.solModifiers);
3131

3232
}

0 commit comments

Comments
 (0)