mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-28 22:18:30 +00:00
Added some comments and tweaks #3313
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user