From 7d55600b786ef9ad43a86bf95ac5b78064f2d20b Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 9 Apr 2010 23:38:05 -0500 Subject: [PATCH] fix function to use 16:9 instead of 16:10 as max, plus undo bogus value... yeah. :s --- Themes/_fallback/Scripts/04 WidescreenHelpers.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Themes/_fallback/Scripts/04 WidescreenHelpers.lua b/Themes/_fallback/Scripts/04 WidescreenHelpers.lua index d5a8b6d71d..82aefd101b 100644 --- a/Themes/_fallback/Scripts/04 WidescreenHelpers.lua +++ b/Themes/_fallback/Scripts/04 WidescreenHelpers.lua @@ -66,5 +66,4 @@ function Actor:PositionX(normalX,widescreenX) end; -- take and use it as you like, I don't care -aj --- :ssh: -function WideScale(AR4_3, AR16_10) return scale( SCREEN_WIDTH, 640, 960, AR4_3, AR16_10 ); end \ No newline at end of file +function WideScale(AR4_3, AR16_9) return scale( SCREEN_WIDTH, 640, 854, AR4_3, AR16_9 ); end \ No newline at end of file