be a little nicer to switching font system at compile time
This commit is contained in:
parent
ced815377c
commit
ceaa322eef
|
|
@ -179,7 +179,7 @@ GLFont *glfont_create(const char* font_string)
|
||||||
|
|
||||||
return new GLFontCallList(font_list_base, font_ascent, font_descent, font_height);
|
return new GLFontCallList(font_list_base, font_ascent, font_descent, font_height);
|
||||||
}
|
}
|
||||||
#endif
|
#else
|
||||||
|
|
||||||
// new font code ripped from ZeroRadiant
|
// new font code ripped from ZeroRadiant
|
||||||
|
|
||||||
|
|
@ -344,3 +344,5 @@ GLFont *glfont_create(const char* font_string)
|
||||||
{
|
{
|
||||||
return new GLFontInternal(font_string);
|
return new GLFontInternal(font_string);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user