Updated xocde templates
This commit is contained in:
parent
fe3ef8c34c
commit
b93e980e27
3 changed files with 8 additions and 2 deletions
|
@ -521,7 +521,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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue