Fix android include (#3364)

This commit is contained in:
ubkp 2023-10-03 14:27:11 -03:00 committed by GitHub
parent e9e38dde2d
commit 6cb22fcde8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,7 +332,7 @@ const char *TextFormat(const char *text, ...); // Formatting of text with
#include "rcore_web.c" #include "rcore_web.c"
#elif defined(PLATFORM_DRM) #elif defined(PLATFORM_DRM)
#include "rcore_drm.c" #include "rcore_drm.c"
#elif defined(PLATFOM_ANDROID) #elif defined(PLATFORM_ANDROID)
#include "rcore_android.c" #include "rcore_android.c"
#else #else
// Software rendering backend, user needs to provide buffer ;) // Software rendering backend, user needs to provide buffer ;)