Fixed a global namespace leak

This commit is contained in:
Tercio Jose
2023-09-22 09:15:36 -03:00
parent 6137ad91dd
commit 8875629f51
+1
View File
@@ -929,6 +929,7 @@ function atributo_misc:RefreshLine(instancia, barras_container, whichRowLine, lu
end
--local porcentagem = meu_total / total * 100
local porcentagem = ""
if (not percentage_type or percentage_type == 1) then
porcentagem = _cstr ("%.1f", meu_total / total * 100)
elseif (percentage_type == 2) then