From 7f125ece147bfe9d022b892e8bf50293801497ab Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Fri, 2 Aug 2019 11:18:35 +0200 Subject: sokol_app.h: fix doc comment typo --- sokol_app.h | 4 ++-- 1 file 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 -- cgit v1.2.3