From 27febd474ccfccd8e5dc09014a7ad919575575aa Mon Sep 17 00:00:00 2001 From: truelight Date: Mon, 11 Jun 2007 11:50:49 +0000 Subject: (svn r10092) -Codechange: code-seperated the spriteloader and blitter from the rest of the code -Add: make it possible to pick your own blitter (-b , -h for overview) -Add: added a new optimized 8bpp blitter (default, caches sprites of all zoom-levels) -Add: added a debug 8bpp blitter and a very slow normal 8bpp blitter --- src/fontcache.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fontcache.cpp') diff --git a/src/fontcache.cpp b/src/fontcache.cpp index 36a0c6523..49a5d15be 100644 --- a/src/fontcache.cpp +++ b/src/fontcache.cpp @@ -399,7 +399,6 @@ const Sprite *GetGlyph(FontSize size, WChar key) /* FreeType has rendered the glyph, now we allocate a sprite and copy the image into it */ sprite = (Sprite*)calloc(width * height + 8, 1); - sprite->info = 1; sprite->width = width; sprite->height = height; sprite->x_offs = slot->bitmap_left; -- cgit v1.2.3-54-g00ecf