Added some comments and tweaks #3313

This commit is contained in:
Ray
2023-10-10 10:50:09 +02:00
parent 67a1e1ffae
commit b94e6290a4
5 changed files with 103 additions and 45 deletions

View File

@@ -228,7 +228,7 @@ void InitWindow(int width, int height, const char *title)
// Initialize base path for storage
CORE.Storage.basePath = platform.app->activity->internalDataPath;
TRACELOG(LOG_INFO, "ANDROID: App initialized successfully");
TRACELOG(LOG_INFO, "PLATFORM: ANDROID: Application initialized successfully");
// Android ALooper_pollAll() variables
int pollResult = 0;
@@ -247,6 +247,7 @@ void InitWindow(int width, int height, const char *title)
//if (platform.app->destroyRequested != 0) CORE.Window.shouldClose = true;
}
}
//--------------------------------------------------------------
}
// Close window and unload OpenGL context