I'm having a strange issue with none of the grpahics context rects or polygons on the screen buffer are showing if I leave gfx.sprite.update() till the end of playdate.update(). I'm having to add it first to make anything work but means I cann't put my graphic elements behind any sprites.