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;