Hi, just stumbled upon this bug. If you’ve got a text object:
local foo = display.newRetinaText("Hello", 200, 200)
and then want to change it’s text to:
foo.text = "Hello World"
On the 3GS it will display “Hello World”, on the 4/4S it will still display “Hello”… It’s only like this with the newRetinaText() api, the newText() works as it should
// [import]uid: 14018 topic_id: 20111 reply_id: 320111[/import]