mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 05:13:59 +02:00
fix for Mac osX
This commit is contained in:
@@ -143,7 +143,7 @@ BOOL makeGLDisplayListFirst(unichar first, int count, GLint base, NSFont *font,
|
||||
theImage = [ [ [ NSImage alloc ] initWithSize:NSMakeSize( 0, 0 ) ]
|
||||
autorelease ];
|
||||
retval = TRUE;
|
||||
float fontHeight = metrics.getHeight();
|
||||
float fontHeight = metrics.getHeight("W");
|
||||
float dy;
|
||||
|
||||
for( dListNum = base, currentUnichar = first; currentUnichar < first + count;
|
||||
|
Reference in New Issue
Block a user