Fix *.jpeg file extension for Flash target

This commit is contained in:
Joshua Granick
2016-12-06 14:59:26 -08:00
parent c69ef33105
commit 379d092cec

View File

@@ -285,7 +285,7 @@ class FlashHelper {
var src = path;
if (ext == "jpg" || ext == "png" || ext == "gif") {
if (ext == "jpg" || ext == "jpeg" || ext == "png" || ext == "gif") {
if (!FileSystem.exists (src)) {