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) {
|
if(Font::forceLegacyFonts == false) {
|
||||||
try {
|
try {
|
||||||
|
TextFTGL::faceResolution = Font::faceResolution;
|
||||||
|
TextFTGL::langHeightText = Font::langHeightText;
|
||||||
|
|
||||||
textHandler = NULL;
|
textHandler = NULL;
|
||||||
textHandler = new TextFTGL(type);
|
textHandler = new TextFTGL(type);
|
||||||
TextFTGL::faceResolution = Font::faceResolution;
|
TextFTGL::faceResolution = Font::faceResolution;
|
||||||
|
Reference in New Issue
Block a user