GarageGames / Torque2D

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

Remove OSX-specific password mask bullet character to prevent crash #285

Closed camporter closed 8 years ago

camporter commented 8 years ago

Removes the bullet password mask for OSX to prevent crashes relating to the character encoding being wrong when the font glyph is looked up, which happens when password fields are selected.

Addresses #134

Note: This change was tested on master since it still builds on OSX, development does not build on OSX after the ogg additions.

greenfire27 commented 8 years ago

Nicely done. I'll log an issue for the ogg support build problems.