[Various] Allow loading of *.jpeg in addition to *.jpg.
This commit is contained in:
@@ -390,6 +390,7 @@ FileType ActorUtil::GetFileType( const RString &sPath )
|
||||
else if(
|
||||
sExt=="png" ||
|
||||
sExt=="jpg" ||
|
||||
sExt=="jpeg" ||
|
||||
sExt=="gif" ||
|
||||
sExt=="bmp" ) return FT_Bitmap;
|
||||
else if(
|
||||
|
||||
Reference in New Issue
Block a user