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")
|
return THEME:GetPathG("Common","fallback background")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function LoadSongBackground()
|
||||||
|
return LoadActor( GetSongBackground() ) .. { DisableDimensionWarning=true; };
|
||||||
|
end
|
||||||
|
|
||||||
-- (c) 2005 Glenn Maynard, Chris Danford
|
-- (c) 2005 Glenn Maynard, Chris Danford
|
||||||
-- All rights reserved.
|
-- All rights reserved.
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user