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:
parent
dcbc7f29a4
commit
c941db07a0
@ -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
|
||||
{
|
||||
if (codePoint == 100)
|
||||
codePoint = codePoint;
|
||||
|
||||
// Get the page corresponding to the character size
|
||||
GlyphTable& glyphs = myPages[characterSize].Glyphs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user