소스 검색

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 3 일 전
부모
커밋
8efa8014df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/README-android.md

+ 1 - 1
docs/README-android.md

@@ -254,7 +254,7 @@ e.g.
             */
             return false;
         case SDL_EVENT_LOW_MEMORY:
-            /* You will get this when your app is paused and iOS wants more memory.
+            /* You will get this when your app is paused and Android wants more memory.
                Release as much memory as possible.
             */
             return false;