diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-08-02 11:18:35 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-08-02 11:18:35 +0200 |
| commit | 7f125ece147bfe9d022b892e8bf50293801497ab (patch) | |
| tree | 9a36d4d03f1f8b7887d8122290c88c1b40ef518f | |
| parent | cdf192919143f063f14e6a19c009602c407df5ba (diff) | |
sokol_app.h: fix doc comment typo
| -rw-r--r-- | sokol_app.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sokol_app.h b/sokol_app.h index 541a4bd7..f683e963 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -241,9 +241,9 @@ return a null pointer. Note that the returned pointers to the render-target-view and depth-stencil-view may change from one frame to the next! - + const void* sapp_android_get_native_activity(void); - On Android, get tne native activity ANativeActivity pointer, otherwise + On Android, get the native activity ANativeActivity pointer, otherwise a null pointer. --- Implement the frame-callback function, this function will be called |