no really fix errors this time

This commit is contained in:
AJ Kelly
2011-08-07 18:29:40 -05:00
parent 2dd0c264da
commit 4fa91adc36
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ local hasMachineRecord = record ~= -1
return LoadFont("Common normal")..{
InitCommand=cmd(zoom,0.55;shadowlength,1;NoStroke;glowshift;effectcolor1,color("1,1,1,0");effectcolor2,color("1,1,1,0.25"));
BeginCommand=function(self)
self:visible(hasMachineRecord;);
self:visible(hasMachineRecord);
local text = string.format(THEME:GetString("ScreenEvaluation", "MachineRecord"), record+1)
self:settext(text);
end;