diff --git a/stepmania/Themes/default/Scripts/Sprite.lua b/stepmania/Themes/default/Scripts/Sprite.lua index 9a23a89c83..12b116c203 100644 --- a/stepmania/Themes/default/Scripts/Sprite.lua +++ b/stepmania/Themes/default/Scripts/Sprite.lua @@ -18,7 +18,6 @@ end function LoadSongBackground() return Def.Sprite { - DisableDimensionWarning=true; BeginCommand=cmd(LoadFromSongBackground,GAMESTATE:GetCurrentSong()); }; end