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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erenertugrul committed Feb 24, 2019
1 parent eadb598 commit e571ab1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified ported_plugins/plugins/rex_taffyd/dist/rex_taffyd.c3addon
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
var for_each_row = function (r, i) {
if (solModifierAfterCnds) {
this._runtime.GetEventSheetManager().PushCopySol(solmod);
p.Pop();
}

self.exp_CurRowID = r["___id"];
Expand All @@ -28,8 +27,8 @@

if (solModifierAfterCnds) {
this._runtime.GetEventSheetManager().PopSol(solmod);
p.Pop();
}
p.Pop();
};
queriedRows["each"](for_each_row);

Expand Down

0 comments on commit e571ab1

Please sign in to comment.