the first letter/character of the string.
This started happening right after I updated GM: Studio to the update with the new Draw GUI event.
I'm using the Draw event still.
Anyone else got this problem?
Works perfectly fine on Windows, just only shows the first character of a string on Android.
FOR EXAMPLE:
If I were to do:
draw_text(x, y, "Hello World!")
It would only display: "H" on the android device.
On windows it would display: "Hello World!"
UPDATE:
Looks as though it's not the first character of a string, but the first character of
each LINE in a string that gets drawn.
So for example:
"Hello#World"
The letters: "H" and "W" would only get drawn and it would look like this:
H
W
on the android device.
Edited by Barling, 12 June 2012 - 09:47 PM.











