Update Xcode templates according to commit c2039e8 (s/IsOpened/IsOpen/)

This commit is contained in:
Marco Antognini 2012-01-15 22:55:34 +01:00
parent e775bd0169
commit 00027eb6c1
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;