From 712e19dd9f48cb25db063c7e716749ef3cdd5fb7 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 17 Dec 2025 00:37:50 +0800 Subject: fix tag --- tests/projects/android/native_app/raylib_custom_glue/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/android/native_app/raylib_custom_glue/src/main.cpp') 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 #include -#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) { -- cgit v1.3.1