mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 20:08:14 +00:00
Review some comments
This commit is contained in:
@@ -393,7 +393,7 @@ FILE *android_fopen(const char *fileName, const char *mode)
|
||||
|
||||
if (asset != NULL)
|
||||
{
|
||||
// Return pointer to file in the assets
|
||||
// Get pointer to file in the assets
|
||||
return funopen(asset, android_read, android_write, android_seek, android_close);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user