Im using get_tree().quit()
to close the game in-game but it is giving errors on my console(not the output box. The literal non-gui console). heres the error
OpenGL ES 3.0 Renderer: GeForce MX130/PCIe/SSE2
ERROR: ~List: Condition ' _first != __null ' is true.
At: ./core/self_list.h:111
ERROR: ~List
I want to exit my game error free so what do I do?