浏览代码

sokol_app.h: tweak sapp_run() behaviour documentation

Andre Weissflog 2 年之前
父节点
当前提交
751fc4c14a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sokol_app.h

+ 1 - 1
sokol_app.h

@@ -988,7 +988,7 @@
 
 
     Since sapp_run() returns immediately on Emscripten you shouldn't activate
     Since sapp_run() returns immediately on Emscripten you shouldn't activate
     the 'EXIT_RUNTIME' linker option (this is disabled by default when compiling
     the 'EXIT_RUNTIME' linker option (this is disabled by default when compiling
-    for the browser target), since this would be called immediately at
+    for the browser target), since the C/C++ exit runtime would be called immediately at
     application start, causing any global objects to be destroyed and global
     application start, causing any global objects to be destroyed and global
     variables to be zeroed.
     variables to be zeroed.