Merge branch 'master' of github.com:LaurentGomila/SFML

This commit is contained in:
Laurent Gomila 2012-01-19 23:52:04 +01:00
commit 2a57a5db98
2 changed files with 2 additions and 2 deletions

View File

@ -548,7 +548,7 @@ int main (int argc, const char * argv[])
<key>main.cpp:main:event_loop</key>
<string>
// Start the game loop
while (window.IsOpened())
while (window.IsOpen())
{
// Process events
sf::Event event;

View File

@ -529,7 +529,7 @@ int main (int argc, const char * argv[])
<key>main.cpp:main:event_loop</key>
<string>
// Start the game loop
while (window.IsOpened())
while (window.IsOpen())
{
// Process events
sf::Event event;