diff options
Diffstat (limited to 'sokol_audio.h')
| -rw-r--r-- | sokol_audio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_audio.h b/sokol_audio.h index 3c3f0fbd..1ea9662b 100644 --- a/sokol_audio.h +++ b/sokol_audio.h @@ -413,7 +413,7 @@ was called, so you don't need to worry about thread-safety. - LOGGING AND ERROR REPORTING OVERRIDE + ERROR REPORTING AND LOGGING OVERRIDE ==================================== To override logging with your own callback, first write a logging function like this: |