removing typo in line 41 line, presssed -> pressed (#2602)
This commit is contained in:
parent
93b633b6e6
commit
d59ea21405
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ int main()
|
|||
{
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
// Detect if X-button or KEY_ESCAPE have been presssed to close window
|
||||
// Detect if X-button or KEY_ESCAPE have been pressed to close window
|
||||
if (WindowShouldClose() || IsKeyPressed(KEY_ESCAPE)) exitWindowRequested = true;
|
||||
|
||||
if (exitWindowRequested)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue