mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 21:33: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;
|
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) {
|
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) {
|
float depth, int charCount, Shared::Graphics::FontMetrics &metrics) {
|
||||||
NOIMPL;
|
NOIMPL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user