dang I'm dumb

This commit is contained in:
Jousway
2013-04-06 14:59:40 +02:00
parent 5af3a6e937
commit cee9b53a42
@@ -33,7 +33,7 @@ local function Update(self)
end;
if height >= 60 and width >= 80 then
if height+20 >= width then
if height*(80/60) >= width then
cdtitle:zoom(60/height);
else
cdtitle:zoom(80/width);