Skip to content

Commit

Permalink
Fixed funcs with overlapping ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
xerool committed Aug 13, 2021
1 parent 03064fa commit 4f9e177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/std.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
function perframe_data_structure(comparator)
return setmetatable({
comparator = comparator,
reverse_comparator = function(a, b) return comparator(b, a) end,
stage = {n = 0},
list = {n = 0},
Expand Down

0 comments on commit 4f9e177

Please sign in to comment.