Cnagnge my_android to PLATFORM_ANDROID

This commit is contained in:
Nikola Petrov 2024-03-09 01:56:15 +01:00
parent 611605550d
commit ad8296dd7d

View File

@ -21,7 +21,7 @@ int main(void)
int screenWidth = 800;
int screenHeight = 800;
#ifdef MY_ANDROID
#ifdef PLATFORM_ANDROID
InitWindow(0, 0, name);
screenWidth = GetScreenWidth();
screenHeight = GetScreenHeight();