Updated xocde templates

This commit is contained in:
Marco Antognini 2011-07-26 12:17:16 +02:00
parent fe3ef8c34c
commit b93e980e27
3 changed files with 8 additions and 2 deletions

View file

@ -506,7 +506,7 @@ while (window.IsOpened())
window.Close();
// Escape pressed : exit
if (event.Type == sf::Event::KeyPressed && event.Key.Code == sf::Key::Escape)
if (event.Type == sf::Event::KeyPressed && event.Key.Code == sf::Keyboard::Escape)
window.Close();
}
</string>