From bb7cf47d6909996844334e9f828a958094b1b2e8 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Fri, 20 Jan 2012 07:53:33 +0100 Subject: [PATCH] Updated the code of the documentation's main page --- doc/mainpage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mainpage.hpp b/doc/mainpage.hpp index 51172d52..81767832 100644 --- a/doc/mainpage.hpp +++ b/doc/mainpage.hpp @@ -42,7 +42,7 @@ /// music.Play(); /// /// // Start the game loop -/// while (window.IsOpened()) +/// while (window.IsOpen()) /// { /// // Process events /// sf::Event event;