Removed temporary debug stuff from previous fix :)

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1533 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-07-18 20:43:07 +00:00
parent dcbc7f29a4
commit c941db07a0

View File

@ -153,9 +153,6 @@ bool Font::LoadFromMemory(const void* data, std::size_t sizeInBytes)
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
const Glyph& Font::GetGlyph(Uint32 codePoint, unsigned int characterSize, bool bold) const const Glyph& Font::GetGlyph(Uint32 codePoint, unsigned int characterSize, bool bold) const
{ {
if (codePoint == 100)
codePoint = codePoint;
// Get the page corresponding to the character size // Get the page corresponding to the character size
GlyphTable& glyphs = myPages[characterSize].Glyphs; GlyphTable& glyphs = myPages[characterSize].Glyphs;