diff --git a/scripts/result.lua b/scripts/result.lua index 1fe1249..15fd04f 100644 --- a/scripts/result.lua +++ b/scripts/result.lua @@ -418,9 +418,9 @@ render = function(deltaTime, showStats) -- debug gfx.FontSize(18) gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_TOP) - gfx.Text('DELTA: ' .. deltaTime .. ' // TRANSITION_ENTER_SCALE: ' .. - transitionEnterScale .. ' // EASING_OUT_QUAD: ' .. - Easing.outQuad(transitionEnterScale), 8, 8); + -- gfx.Text('DELTA: ' .. deltaTime .. ' // TRANSITION_ENTER_SCALE: ' .. + -- transitionEnterScale .. ' // EASING_OUT_QUAD: ' .. + -- Easing.outQuad(transitionEnterScale), 8, 8); tickTransitions(deltaTime) gfx.Restore();