Fix function name in short example snippet in RenderStates.hpp
This commit is contained in:
parent
717bd85537
commit
1b1d92d6bb
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user