Fix *.jpeg file extension for Flash target
This commit is contained in:
@@ -285,7 +285,7 @@ class FlashHelper {
|
|||||||
|
|
||||||
var src = path;
|
var src = path;
|
||||||
|
|
||||||
if (ext == "jpg" || ext == "png" || ext == "gif") {
|
if (ext == "jpg" || ext == "jpeg" || ext == "png" || ext == "gif") {
|
||||||
|
|
||||||
if (!FileSystem.exists (src)) {
|
if (!FileSystem.exists (src)) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user