diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-04-21 16:20:42 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-04-21 16:20:42 +0200 |
| commit | 4fac1bb845c011ed91446f511d86c7ce50e15e42 (patch) | |
| tree | 1d3d6fc599265add468ec3cbf135fef6bff30270 /sokol_app.h | |
| parent | 7e1035cb0dff181ca5ded241914ae128318e7d46 (diff) | |
| parent | 4534e02d6c83e23fa212ac29c1fd90d8a22f5419 (diff) | |
Merge branch 'master' into storage-buffers
Diffstat (limited to 'sokol_app.h')
| -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 c59a47cc..649796c0 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -353,7 +353,7 @@ sapp_consume_event() from inside the event handler (NOTE that this behaviour is currently only implemented for some HTML5 events, support for other platforms and event types will - be added as needed, please open a github ticket and/or provide + be added as needed, please open a GitHub ticket and/or provide a PR if needed). NOTE: Do *not* call any 3D API rendering functions in the event |