Skip to content

Commit

Permalink
Fix android include (#3364)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubkp authored Oct 3, 2023
1 parent e9e38dd commit 6cb22fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ const char *TextFormat(const char *text, ...); // Formatting of text with
#include "rcore_web.c"
#elif defined(PLATFORM_DRM)
#include "rcore_drm.c"
#elif defined(PLATFOM_ANDROID)
#elif defined(PLATFORM_ANDROID)
#include "rcore_android.c"
#else
// Software rendering backend, user needs to provide buffer ;)
Expand Down

0 comments on commit 6cb22fc

Please sign in to comment.