File diff r24899:e3ddcc7e16c9 → r24900:959a621b6aa9
src/os/windows/font_win32.cpp
Show inline comments
 
@@ -532,7 +532,7 @@ void Win32FontCache::ClearFontCache()
 
	}
 

	
 
	GlyphEntry new_glyph;
 
	new_glyph.sprite = BlitterFactory::GetCurrentBlitter()->Encode(&sprite, AllocateFont);
 
	new_glyph.sprite = BlitterFactory::GetCurrentBlitter()->Encode(&sprite, SimpleSpriteAlloc);
 
	new_glyph.width = gm.gmCellIncX;
 

	
 
	this->SetGlyphPtr(key, &new_glyph);