Skip to content

Commit

Permalink
remove unnecessary check from MeasureCounter
Browse files Browse the repository at this point in the history
  • Loading branch information
quietly-turning committed Oct 9, 2015
1 parent add8ecf commit 0f8d11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local function Update(self, delta)

if new_measure then

-- (npm - 1) because the sometimes the appropriate npm will be avieved
-- (npm - 1) because the sometimes the appropriate npm will be achieved
-- but not tracked/counted/something. I'm not sure why this happens.
-- Maybe this is a normal amount of hiccups that any engine will experience.
-- Maybe I'm going about this the wrong way. At any rate, this is
Expand Down Expand Up @@ -65,11 +65,6 @@ if mods.MeasureCounter and mods.MeasureCounter ~= "None" then
InitCommand=function(self)
MeasureCounterBMT = self

if mods.MeasureCounter and mods.MeasureCounter == "None" then
self:hibernate(math.huge)
return
end

local style = GAMESTATE:GetCurrentStyle(player)
local width = style:GetWidth(player)
local NumColumns = GAMESTATE:GetCurrentStyle():ColumnsPerPlayer()
Expand Down
2 changes: 1 addition & 1 deletion metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ SkipY=_screen.h - 85
ShowRoulette=false
ShowPortal=false
ShowRandom=true

OnlyShowActiveSection=ThemePrefs.Get("MusicWheelStyle")=="IIDX" and true or false
HideActiveSectionTitle=false

Expand Down

0 comments on commit 0f8d11e

Please sign in to comment.