image:drawIgnoringOffsets() has gone AWOL?

docs say:

https://sdk.play.date/inside-playdate/#m-graphics.image.drawIgnoringOffset

  • playdate.graphics.image:drawIgnoringOffset(x, y, [flip])
  • playdate.graphics.image:drawIgnoringOffset(p, [flip])

but when trying to use this i get

method 'drawIgnoringOffsets' is not callable (a nil value)

and a quick search of CoreLibs shows that it does not exist.

Am I missing something?

:crazy_face:

Au contraire, i don’t think it’s missing — i see there’s an additional "s" at the end of the method name in the error message :slight_smile: (typos like this are one of my least favorite bugs ;-))

1 Like

Marvellous — thanks!

My fat fingers strike again.

"To obtain a special dialing wand, please mash the keypad with your palm now"

1 Like