GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames
MIT License
1.67k stars 1.56k forks source link

TextSprite unspecified Size hangs application #349

Closed capnlove closed 8 years ago

capnlove commented 8 years ago

When creating a text sprite where the Size field of the TextSprite object is unspecified or smaller than one rendered character (That is just my guess), the application hangs, endlessly looping on a black screen.

Happens regardless of chosen font, tried it with the ones supplied and 2 custome ones.

Tested with the latest develoment branch on Windows

greenfire27 commented 8 years ago

Probably gets stuck in an endless loop trying to place that first character. Good catch! I'll get it corrected soon.

greenfire27 commented 8 years ago

Fixed it!