LoadSongBackground() returns an actor for the song background and explicitly disables the dimension warning.

This commit is contained in:
Steve Checkoway
2007-03-23 13:48:56 +00:00
parent 0b03fffc07
commit d0b8780fe6
@@ -106,6 +106,10 @@ function GetSongBackground()
return THEME:GetPathG("Common","fallback background")
end
function LoadSongBackground()
return LoadActor( GetSongBackground() ) .. { DisableDimensionWarning=true; };
end
-- (c) 2005 Glenn Maynard, Chris Danford
-- All rights reserved.
--