From a40a4663d868b223972fd7da071410e2f33301ec Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 18 Mar 2022 12:28:25 -0400 Subject: [PATCH] parse animate removed an import lol! --- source/funkin/animate/ParseAnimate.hx | 1 - source/funkin/play/PlayState.hx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source/funkin/animate/ParseAnimate.hx b/source/funkin/animate/ParseAnimate.hx index 9c2fa17a4..a9902fa6d 100644 --- a/source/funkin/animate/ParseAnimate.hx +++ b/source/funkin/animate/ParseAnimate.hx @@ -4,7 +4,6 @@ import haxe.format.JsonParser; import openfl.Assets; import openfl.geom.Matrix3D; import openfl.geom.Matrix; -import sys.io.File; /** * Generally designed / written in a way that can be easily taken out of FNF and used elsewhere diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index 7057dd6e3..d23a1daa3 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -1300,7 +1300,7 @@ class PlayState extends MusicBeatState var gottaHitNote:Bool = section.mustHitSection; - if (songNotes.highStakes) + if (songNotes.highStakes) // noteData > 3 gottaHitNote = !section.mustHitSection; var oldNote:Note;