mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
see if this helps fix macosx issue
This commit is contained in:
@@ -154,6 +154,9 @@ Font::Font(FontTextHandlerType type) {
|
||||
|
||||
if(Font::forceLegacyFonts == false) {
|
||||
try {
|
||||
TextFTGL::faceResolution = Font::faceResolution;
|
||||
TextFTGL::langHeightText = Font::langHeightText;
|
||||
|
||||
textHandler = NULL;
|
||||
textHandler = new TextFTGL(type);
|
||||
TextFTGL::faceResolution = Font::faceResolution;
|
||||
|
Reference in New Issue
Block a user