diff options
| -rw-r--r-- | sokol_fetch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_fetch.h b/sokol_fetch.h index ad7d993e..acd10b89 100644 --- a/sokol_fetch.h +++ b/sokol_fetch.h @@ -75,7 +75,7 @@ (1) initialize sokol-fetch with default parameters (but NOTE that the default setup parameters provide a safe-but-slow "serialized" - operation). In order to see any logging output in case or errors + operation). In order to see any logging output in case of errors you should always provide a logging function (such as 'slog_func' from sokol_log.h): |