Angel Font - Hang

Monkey Forums/Monkey Programming/Angel Font - Hang

therevills(Posted 2011) [#1]
Took me awhile to find out why Flash and GLFW was hanging (not crashing) with the following code:

font.DrawHTML("PRESS <SPACE> TO PLAY", SCREEN_WIDTH2, SCREEN_HEIGHT2 + font.height, AngelFont.ALIGN_CENTER)


It was due to the less than and greater than symbols around the word space...

Just watch out for this if you use the DrawHTML in your code.. (I know I can use font.DrawText())