GamePlayer: now uses new Image API calls too, so it compiles.

This commit is contained in:
2006-12-20 19:29:37 +00:00
parent b95d5bbf44
commit 496410a255
2 changed files with 21 additions and 24 deletions

View File

@@ -312,7 +312,7 @@ void GPC_RenderTools::BL_RenderText(
// space starts at offset 1
// character = character - ' ' + 1;
matrixGlyph(ima->ibuf, character, & centerx, &centery, &sizex, &sizey, &transx, &transy, &movex, &movey, &advance);
matrixGlyph((ImBuf *)ima->ibufs.first, character, & centerx, &centery, &sizex, &sizey, &transx, &transy, &movex, &movey, &advance);
glBegin(GL_POLYGON);
// printf(" %c %f %f %f %f\n", character, tface->uv[0][0], tface->uv[0][1], );