mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Removed stupid debug stuff
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1227 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
b4edcffc43
commit
668f8d3db8
@ -299,7 +299,6 @@ FT_Error FontLoader::CreateBitmapFont(FT_Face face, unsigned int charSize, const
|
|||||||
// Update the character size (it may have been changed by the function)
|
// Update the character size (it may have been changed by the function)
|
||||||
font.myCharSize = charSize;
|
font.myCharSize = charSize;
|
||||||
|
|
||||||
font.myTexture.SaveToFile("aaa.png");
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user