From cee9b53a4255ad03664905ae82608568bbd24678 Mon Sep 17 00:00:00 2001 From: Jousway Date: Sat, 6 Apr 2013 14:59:40 +0200 Subject: [PATCH] dang I'm dumb --- Themes/default/BGAnimations/ScreenSelectMusic overlay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/BGAnimations/ScreenSelectMusic overlay.lua b/Themes/default/BGAnimations/ScreenSelectMusic overlay.lua index 01c3c38dd8..3f3deb42f7 100644 --- a/Themes/default/BGAnimations/ScreenSelectMusic overlay.lua +++ b/Themes/default/BGAnimations/ScreenSelectMusic overlay.lua @@ -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);