Modified interface texture font support, which should work nicely with the freshly added bFTGL library.

Also removed some redundant #include's on some files.
This commit is contained in:
2005-01-21 14:48:03 +00:00
parent 465b15eb69
commit 136ecd4644
18 changed files with 40 additions and 103 deletions

View File

@@ -117,6 +117,7 @@ void ui_rasterpos_safe(float x, float y, float aspect)
if(doit) glRasterPos2f(x, y);
BIF_RasterPos(x, y);
BIF_SetScale(aspect);
}
/* ************** generic embossed rect, for window sliders etc ************* */