From 1b1d92d6bba9894a89433f625d169abe5a3df996 Mon Sep 17 00:00:00 2001 From: Juhani Numminen Date: Sat, 16 May 2015 08:52:10 +0300 Subject: [PATCH] Fix function name in short example snippet in RenderStates.hpp --- include/SFML/Graphics/RenderStates.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Graphics/RenderStates.hpp b/include/SFML/Graphics/RenderStates.hpp index b23a778e..3ab3271f 100644 --- a/include/SFML/Graphics/RenderStates.hpp +++ b/include/SFML/Graphics/RenderStates.hpp @@ -150,7 +150,7 @@ public: /// directly without defining render states explicitly -- the /// default set of states is ok in most cases. /// \code -/// window.Draw(sprite); +/// window.draw(sprite); /// \endcode /// /// If you want to use a single specific render state,