Changeset 7432 in orxonox.OLD for trunk/src/lib/graphics/text_engine
- Timestamp:
- Apr 29, 2006, 2:11:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/font.cc
r7431 r7432 488 488 } 489 489 // outputting the GLYPH-table 490 char outName[1024];491 sprintf( outName, "%s-glyphs.bmp", this->getName());492 SDL_SaveBMP(tmpSurf, outName);490 // char outName[1024]; 491 // sprintf( outName, "%s-glyphs.bmp", this->getName()); 492 // SDL_SaveBMP(tmpSurf, outName); 493 493 494 494 if (this->setSurface(tmpSurf))
Note: See TracChangeset
for help on using the changeset viewer.