Calls to setDrawMode()
should only affect the current context
#16
Labels
bug
Something isn't working
setDrawMode()
should only affect the current context
#16
Currently calls to
playdate.graphics.setDrawMode()
affect all future draw calls, regardless of the context their drawn to. This isn't how it works on Playdate; it seems to only apply to the current context.The text was updated successfully, but these errors were encountered: