浏览代码

sokol-app: minor comment fix

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

+ 1 - 1
sokol_app.h

@@ -183,7 +183,7 @@
             On macOS, get the NSWindow object pointer, otherwise a null pointer.
 
         const void* sapp_ios_get_window(void)
-            On macOS, get the UIWindow object pointer, otherwise a null pointer.
+            On iOS, get the UIWindow object pointer, otherwise a null pointer.
 
         const void* sapp_d3d11_get_device(void);
         const void* sapp_d3d11_get_device_context(void);