Skip to content

Commit

Permalink
修复规则列表显示错误
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 22, 2024
1 parent 5ce08cf commit 573c932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ function scene.load()
end
activeRules = {}
for i = 1, #usedRuleCount do
if #usedRuleCount > 0 then
if usedRuleCount[i] > 0 then
ins(activeRules, i)
end
end
Expand Down

0 comments on commit 573c932

Please sign in to comment.