Updated the code of the documentation's main page

This commit is contained in:
Laurent Gomila 2012-01-20 07:53:33 +01:00
parent 2a57a5db98
commit bb7cf47d69

View File

@ -42,7 +42,7 @@
/// music.Play();
///
/// // Start the game loop
/// while (window.IsOpened())
/// while (window.IsOpen())
/// {
/// // Process events
/// sf::Event event;