From accf0fb5abca7030cafa1b54f4f6c39e42e7e8c8 Mon Sep 17 00:00:00 2001 From: Kade M Date: Fri, 23 Apr 2021 10:48:33 -0700 Subject: [PATCH] oops lol --- source/Options.hx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Options.hx b/source/Options.hx index 9483d39..7969838 100644 --- a/source/Options.hx +++ b/source/Options.hx @@ -210,10 +210,10 @@ class Judgement extends Option Conductor.recalculateTimings(); OptionsMenu.versionShit.text = "Current Safe Frames: " + Conductor.safeFrames + " - Description - " + description + - " - SIK: " + OptionsMenu.truncateFloat(45 * Conductor.timeScale, 0) + - "ms GD: " + OptionsMenu.truncateFloat(90 * Conductor.timeScale, 0) + - "ms BD: " + OptionsMenu.truncateFloat(135 * Conductor.timeScale, 0) + - "ms SHT: " + OptionsMenu.truncateFloat(155 * Conductor.timeScale, 0) + + " - SIK: " + OptionsMenu.truncateFloat(44 * Conductor.timeScale, 0) + + "ms GD: " + OptionsMenu.truncateFloat(45 * Conductor.timeScale, 0) + + "ms BD: " + OptionsMenu.truncateFloat(90 * Conductor.timeScale, 0) + + "ms SHT: " + OptionsMenu.truncateFloat(135 * Conductor.timeScale, 0) + "ms TOTAL: " + OptionsMenu.truncateFloat(Conductor.safeZoneOffset,0) + "ms"; return true; }