diff options
| author | Andre Weissflog <floooh@gmail.com> | 2021-01-27 12:53:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 12:53:18 +0100 |
| commit | 320ea37703f8d3db131bb2e0ef2442513be2e204 (patch) | |
| tree | 9042410577ed220c93ae2fa15be1da880d65a807 | |
| parent | 75d04723f6ebdd6a6de8e4aea46fe2d766280189 (diff) | |
| parent | 26bf6b7245759f7ed6e1380f0a5b24f37923436c (diff) | |
Merge pull request #468 from cedric-h/patch-1
Fix typo in sokol_app docs
| -rw-r--r-- | sokol_app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h index 58cfa7c7..ad0a0091 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -691,7 +691,7 @@ from the application code, and a quit initiated by the application user can be intercepted (for instance to show a custom dialog box). - This 'programmatic quit protocol' is implemented trough 3 functions + This 'programmatic quit protocol' is implemented through 3 functions and 1 event: - sapp_quit(): This function simply quits the application without |