Przeglądaj źródła

progs/tests: Fix build.

(cherry picked from commit 1bf2d78b11)
tags/7.8-rc1
Vinson Lee 15 lat temu
rodzic
commit
0f6cbc55b7
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      progs/tests/packedpixels.c

+ 0
- 1
progs/tests/packedpixels.c Wyświetl plik

@@ -273,7 +273,6 @@ Draw(void)
glTranslatef(2, (i + 1) * (h + 2), 0);
glRasterPos2i(8, 6);
sprintf(s, "Internal Texture Format [f/F]: %s (%d of %lu)",
IntFormats[CurFormat].name, CurFormat + 1, NUM_INT_FORMATS);
IntFormats[CurFormat].name, CurFormat + 1, (unsigned long) NUM_INT_FORMATS);
PrintString(s);
glPopMatrix();

Ładowanie…
Anuluj
Zapisz