Fix JNI JPEG and PNG file loading
This commit is contained in:
@@ -22,6 +22,13 @@ namespace lime {
|
||||
}
|
||||
|
||||
|
||||
bool FILE_HANDLE::isFile () {
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
|
||||
int fclose (FILE_HANDLE *stream) {
|
||||
|
||||
if (stream) {
|
||||
|
||||
Reference in New Issue
Block a user