Fix PlatformSettings typedef on Android

This commit is contained in:
Wojtek Figat
2021-01-05 14:15:49 +01:00
parent 1e383fde5c
commit 31bab88a5b

View File

@@ -48,7 +48,7 @@ public:
} }
}; };
#if PLATFORM_LINUX #if PLATFORM_ANDROID
typedef AndroidPlatformSettings PlatformSettings; typedef AndroidPlatformSettings PlatformSettings;
#endif #endif