diff --git a/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements overlay.lua b/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements overlay.lua index 341a101a49..9d7538f4b6 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements overlay.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements overlay.lua @@ -1,8 +1,8 @@ local children = { }; local function MakeHelpDisplay() - local X = self:x( ScreenMetric("HelpX") ); - local Y = self:y( ScreenMetric("HelpY") ); + local X = ScreenMetric("HelpX"); + local Y = ScreenMetric("HelpY"); local On = ScreenMetric("HelpOnCommand"); local Off = ScreenMetric("HelpOffCommand");