mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
removing typo in line 41 line, presssed -> pressed (#2602)
This commit is contained in:
@ -38,7 +38,7 @@ int main()
|
|||||||
{
|
{
|
||||||
// Update
|
// 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 (WindowShouldClose() || IsKeyPressed(KEY_ESCAPE)) exitWindowRequested = true;
|
||||||
|
|
||||||
if (exitWindowRequested)
|
if (exitWindowRequested)
|
||||||
@ -74,4 +74,4 @@ int main()
|
|||||||
//--------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user