Open Joalor64GH opened 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
the playfieldRenderer in playstate needs to be initialized after both strumLineNotes and notes so they aren't null (usually after generateSong() has been called)
ohh okay
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