mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 05:13:59 +02:00
does this fix the mac build?
This commit is contained in:
@@ -180,7 +180,7 @@ BOOL makeGLDisplayListFirst(unichar first, int count, GLint base, NSFont *font,
|
||||
return retval;
|
||||
}
|
||||
|
||||
void createGlFontBitmaps(GLuint &base, const string &type, int size, int width,
|
||||
void createGlFontBitmaps(GLuint32 &base, const string &type, int size, int width,
|
||||
int charCount, Shared::Graphics::FontMetrics &metrics) {
|
||||
|
||||
|
||||
@@ -199,7 +199,7 @@ void createGlFontBitmaps(GLuint &base, const string &type, int size, int width,
|
||||
|
||||
}
|
||||
|
||||
void createGlFontOutlines(GLuint &base, const string &type, int width,
|
||||
void createGlFontOutlines(GLuint32 &base, const string &type, int width,
|
||||
float depth, int charCount, Shared::Graphics::FontMetrics &metrics) {
|
||||
NOIMPL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user