remove typing bit

This commit is contained in:
Cameron Taylor 2024-05-03 01:12:18 -04:00
parent ef61af907b
commit ae9a132ccd
1 changed files with 0 additions and 2 deletions

View File

@ -732,8 +732,6 @@ class FreeplayState extends MusicBeatSubState
}
}
if (FlxG.keys.justPressed.T) typing.hasFocus = true;
lerpScore = MathUtil.coolLerp(lerpScore, intendedScore, 0.2);
lerpCompletion = MathUtil.coolLerp(lerpCompletion, intendedCompletion, 0.9);