aboutsummaryrefslogtreecommitdiff
path: root/sokol_log.h
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-12-10 10:07:32 +0100
committerAndre Weissflog <floooh@gmail.com>2025-12-10 10:07:32 +0100
commitc66a1f04e6495d635c5e913335ab2308281e0492 (patch)
tree23eefa9cdad4120eec41ce7b103b535142e410c9 /sokol_log.h
parent2c68ae7af428a08792c73f8b78c5ad43f673be61 (diff)
fix outdated comments (sapp_desc.win32_* etc...)
Diffstat (limited to 'sokol_log.h')
-rw-r--r--sokol_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_log.h b/sokol_log.h
index 081ea0de..7a271a69 100644
--- a/sokol_log.h
+++ b/sokol_log.h
@@ -52,7 +52,7 @@
On Windows with sokol_app.h also note the runtime config items to make
stdout/stderr output visible on the console for WinMain() applications
- via sapp_desc.win32_console_attach or sapp_desc.win32_console_create,
+ via sapp_desc.win32.console_attach or sapp_desc.win32.console_create,
however when running in a debugger on Windows, the logging output should
show up on the debug output UI panel.