Skip to content

Commit

Permalink
fix issue with perframe func
Browse files Browse the repository at this point in the history
  • Loading branch information
xerool committed Jun 3, 2021
1 parent 7bf44fb commit d3ef3ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions template/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -972,8 +972,10 @@
e[3](beat, poptions)
else
if e.mods then
for mod, _ in pairs(e.mods[pn]) do
touch_mod(mod)
for pn = 1, max_pn do
for mod, _ in pairs(e.mods[pn]) do
touch_mod(mod, pn)
end
end
end
active_funcs:remove()
Expand Down

0 comments on commit d3ef3ad

Please sign in to comment.