Fix function name in short example snippet in RenderStates.hpp

This commit is contained in:
Juhani Numminen 2015-05-16 08:52:10 +03:00 committed by Lukas Dürrenberger
parent 717bd85537
commit 1b1d92d6bb

View File

@ -150,7 +150,7 @@ public:
/// directly without defining render states explicitly -- the /// directly without defining render states explicitly -- the
/// default set of states is ok in most cases. /// default set of states is ok in most cases.
/// \code /// \code
/// window.Draw(sprite); /// window.draw(sprite);
/// \endcode /// \endcode
/// ///
/// If you want to use a single specific render state, /// If you want to use a single specific render state,