Cnagnge my_android to PLATFORM_ANDROID
This commit is contained in:
parent
611605550d
commit
ad8296dd7d
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user