diff --git a/stepmania/Themes/default/BGAnimations/ScreenLogo background/default.lua b/stepmania/Themes/default/BGAnimations/ScreenLogo background/default.lua index 204dde975a..90844450eb 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenLogo background/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenLogo background/default.lua @@ -1,4 +1,3 @@ return LoadActor( "bg.png" ) .. { - InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y); - OnCommand=cmd(scale_or_crop_background); + InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scale_or_crop_background); }