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:
@@ -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 ************* */
|
||||
|
||||
Reference in New Issue
Block a user