Fixed a global namespace leak
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user