From 756d4e23b5a694dc7a0f5f756ec68e9875c9be31 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 3 Jun 2011 12:02:49 -0500 Subject: [PATCH] try fixing this --- Themes/default/Graphics/ScreenGameplay BPMDisplay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/Graphics/ScreenGameplay BPMDisplay.lua b/Themes/default/Graphics/ScreenGameplay BPMDisplay.lua index 11e8e0ee9a..e614437535 100644 --- a/Themes/default/Graphics/ScreenGameplay BPMDisplay.lua +++ b/Themes/default/Graphics/ScreenGameplay BPMDisplay.lua @@ -42,7 +42,7 @@ else local pState = GAMESTATE:GetPlayerState(pn); local songPosition = pState:GetSongPosition() local bpm = songPosition:GetCurBPS() * 60 - bpmDisplay:SetText( string.format(%.2f,bpm) ) + bpmDisplay:settext( string.format(%.2f,bpm) ) end end