Compile fix

This commit is contained in:
Joshua Granick
2018-10-10 15:23:02 -07:00
parent a5bef44d65
commit 858a2dc793

View File

@@ -1721,7 +1721,7 @@ class Image {
} else {
//throw "Image tried to read PNG/JPG Bytes, but found an invalid header.";
return;
return false;
}