Fix typo (?) on core_window_should_close.c

minor spelling mistake detected
This commit is contained in:
lipx 2023-12-08 22:05:03 -03:00 committed by GitHub
parent a9ba51aa72
commit 0fc23139c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ int main()
if (exitWindowRequested)
{
DrawRectangle(0, 100, screenWidth, 200, BLACK);
DrawText("Are you sure you want to exit program? [Y/N]", 40, 180, 30, WHITE);
DrawText("Are you sure you want to quit? [Y/N]", 40, 180, 30, WHITE);
}
else DrawText("Try to close the window to get confirmation message!", 120, 200, 20, LIGHTGRAY);