Skip to content

Commit

Permalink
rebirth eval resurrection
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Apr 23, 2022
1 parent f2cb239 commit f199881
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ local function accuracyStats()
return Def.ActorFrame {
Name = "Stat_"..i,
InitCommand = function(self)
self:y((actuals.StatTextAllottedSpace / (#statStrings - 1)) * (i-1))
self:y((actuals.StatTextAllottedSpace / (#statTypes - 1)) * (i-1))
end,
Def.RollingNumbers {
Name = "Number",
Expand All @@ -563,7 +563,7 @@ local function accuracyStats()
}
end

for i = 1, #statStrings do
for i = 1, #statTypes do
t[#t+1] = makeLine(i)
end
return t
Expand Down

0 comments on commit f199881

Please sign in to comment.