diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-03-29 16:54:49 +0700 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-03-29 16:54:49 +0700 |
| commit | 4c30cb1aa16474e5776d7d55ca631749f07af387 (patch) | |
| tree | 87c5770923c5b922da32f34a2c5633505e72681f /sokol_app.h | |
| parent | eee4e736f5d7cf167bd6ce85b5e5ec0c892d96d0 (diff) | |
Capitalize Rust and GitHub correctly.
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 db73ebbe..f5db5b78 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -348,7 +348,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 |