summaryrefslogtreecommitdiff
path: root/tests/projects/android/native_app/raylib_custom_glue/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-17 00:37:50 +0800
committerruki <[email protected]>2025-12-17 00:37:50 +0800
commit712e19dd9f48cb25db063c7e716749ef3cdd5fb7 (patch)
tree64d98834e8ef7b64c71ced222401464fbbf0039c /tests/projects/android/native_app/raylib_custom_glue/src/main.cpp
parent286503172c6e516034e05eca878d2d0f5d02e983 (diff)
fix tag
Diffstat (limited to 'tests/projects/android/native_app/raylib_custom_glue/src/main.cpp')
-rw-r--r--tests/projects/android/native_app/raylib_custom_glue/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/android/native_app/raylib_custom_glue/src/main.cpp b/tests/projects/android/native_app/raylib_custom_glue/src/main.cpp
index 0094d9e3c..e8d81e28f 100644
--- a/tests/projects/android/native_app/raylib_custom_glue/src/main.cpp
+++ b/tests/projects/android/native_app/raylib_custom_glue/src/main.cpp
@@ -1,7 +1,7 @@
#include <raylib.h>
#include <android/log.h>
-#define LOG_TAG "raydemo_basic"
+#define LOG_TAG "raydemo_custom_glue"
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
int main(int argc, char** argv) {