TheZoroForce240 / FNF-Modcharting-Tools

Apache License 2.0
51 stars 23 forks source link

Umm just a little issue. #3

Open Joalor64GH opened 1 year ago

Joalor64GH commented 1 year ago

I put this into my engine and got this error:

modcharting/PlayfieldRenderer.hx (line 118) PlayState.hx (line 418) flixel/FlxGame.hx (line 642) flixel/FlxGame.hx (line 729) flixel/FlxGame.hx (line 682) flixel/FlxGame.hx (line 550) openfl/events/EventDispatcher.hx (line 402) openfl/display/DisplayObject.hx (line 1399)

Uncaught Error: Null Object Reference

TheZoroForce240 commented 1 year ago

the playfieldRenderer in playstate needs to be initialized after both strumLineNotes and notes so they aren't null (usually after generateSong() has been called)

Joalor64GH commented 1 year ago

ohh okay