Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
xerool committed Sep 17, 2021
1 parent 42319f5 commit 200e465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
local fn = table.remove(self)
local eas = self[3]
local start_percent = #self >= 5 and table.remove(self, 4) or 0
local end_percent = #self >= 4 and table.remove(self, 4) or
local end_percent = #self >= 4 and table.remove(self, 4) or 1
local end_beat = self[1] + self[2]
if type(fn) == 'string' then
Expand Down

0 comments on commit 200e465

Please sign in to comment.