DrawTextEx guaranteed crash.
-
I'm not sure if you know if but if you enter an empty string it will crash Fuze when + is pressed.
ie
drawTextEx("Game Over", {640,210},2,align_centre, 1280,0,{1,1},white)
will work fine ..butdrawTextEx("", {640,210},2,align_centre, 1280,0,{1,1},white)
will crash fuze when you try to run it. -
Thank you, Steve! I've logged the issue.