Fixed a bug where the characters size was sometimes wrong in sf::Text

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1532 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-07-18 15:59:59 +00:00
parent 1f906c0643
commit dcbc7f29a4
2 changed files with 19 additions and 19 deletions

View file

@ -281,7 +281,6 @@ private :
int* myRefCount; ///< Reference counter used by implicit sharing
mutable PageTable myPages; ///< Table containing the glyphs pages by character size
mutable std::vector<Uint8> myPixelBuffer; ///< Pixel buffer holding a glyph's pixels before being written to the texture
mutable unsigned int myCurrentSize; ///< Current character size in use
};
} // namespace sf