LoadSongBackground() returns an actor for the song background and explicitly disables the dimension warning.
This commit is contained in:
@@ -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.
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user