diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-04-03 19:07:41 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-04-03 19:07:41 +0200 |
| commit | 7373dda48c5e62953cc7ec942da90fc6a25989fa (patch) | |
| tree | c61c0377c82471b941bb5284e88a29a3d38025e9 | |
| parent | e56c596810d8be80772314d1a99378ae0b998e6a (diff) | |
sokol_gfx.h: fix a comment typogles2
| -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 773c2608..4b3d62cc 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -5459,7 +5459,7 @@ _SOKOL_PRIVATE EM_BOOL _sapp_emsc_key_cb(int emsc_type, const EmscriptenKeyboard } } if (_sapp_call_event(&_sapp.event)) { - // event was consumed event via sapp_consume_event() + // event was consumed via sapp_consume_event() retval = true; } if (send_keyup_followup) { |