Minor correction API doc

This commit is contained in:
Laurent Gomila 2012-05-02 19:30:28 +02:00
parent 19cdceb039
commit 1187c29327

View File

@ -100,7 +100,7 @@ protected :
///
/// private :
///
/// virtual void draw(sf::RenderTarget& target, RenderStates states) const
/// virtual void draw(sf::RenderTarget& target, sf::RenderStates states) const
/// {
/// // You can draw other high-level objects
/// target.draw(m_sprite, states);