From c85e47b92b8a4e5fe706cef5c6488e185932478b Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Wed, 28 Jul 2021 19:20:44 +0200 Subject: [PATCH] - debug text in results --- scripts/result.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();