mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
15 lines
301 B
C
15 lines
301 B
C
|
|
$FreeBSD$
|
|
|
|
--- font.c 2001/03/14 10:51:36 1.1
|
|
+++ font.c 2001/03/14 10:51:48
|
|
@@ -32,7 +32,7 @@
|
|
void auxCreateFont(void)
|
|
{
|
|
bitmapBase = glGenLists(256);
|
|
- if (auxCreateBitmapFont(bitmapBase) == GL_FALSE) {
|
|
+ if (tkCreateBitmapFont(bitmapBase) == GL_FALSE) {
|
|
auxQuit();
|
|
}
|
|
}
|