1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-09 16:24:42 +00:00

parse animate removed an import lol!

This commit is contained in:
Cameron Taylor 2022-03-18 12:28:25 -04:00
parent d477320894
commit a40a4663d8
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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;