mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 21:51:17 +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 ) ]
|
theImage = [ [ [ NSImage alloc ] initWithSize:NSMakeSize( 0, 0 ) ]
|
||||||
autorelease ];
|
autorelease ];
|
||||||
retval = TRUE;
|
retval = TRUE;
|
||||||
float fontHeight = metrics.getHeight();
|
float fontHeight = metrics.getHeight("W");
|
||||||
float dy;
|
float dy;
|
||||||
|
|
||||||
for( dListNum = base, currentUnichar = first; currentUnichar < first + count;
|
for( dListNum = base, currentUnichar = first; currentUnichar < first + count;
|
||||||
|
Reference in New Issue
Block a user