From d5cfcb009302b18c0b69b96a37f128ce0f16bfd1 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 4 Apr 2008 15:46:48 +0000 Subject: [PATCH] comment --- stepmania/Themes/default/Scripts/Other.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/Themes/default/Scripts/Other.lua b/stepmania/Themes/default/Scripts/Other.lua index bc02964556..1150e62aba 100644 --- a/stepmania/Themes/default/Scripts/Other.lua +++ b/stepmania/Themes/default/Scripts/Other.lua @@ -1,4 +1,5 @@ function LoadFallbackB( element ) + -- TODO: This should fall back to the current lookup's fallback, and not LoadingScreen's fallback -- TODO: Remove element parameter and make it a LuaThreadVar local fallback_screen = THEME:GetMetric(Var 'LoadingScreen','Fallback'); local fallback_path = THEME:GetPathB(fallback_screen,element);