fix android platform

This commit is contained in:
MatejMagat305 2024-03-23 17:11:00 +01:00 committed by GitHub
parent 7fd1b89d00
commit 7f0babcdd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 4 deletions

View file

@ -8,5 +8,4 @@ void android_init() {
struct android_app *app;
app = GetAndroidApp();
asset_manager = app->activity->assetManager;
internal_storage_path = app->activity->internalDataPath;
}