try fixing this

This commit is contained in:
AJ Kelly
2011-06-03 12:02:49 -05:00
parent 59e45c45ca
commit 756d4e23b5
@@ -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