Browse Source

FBXLoader: support embedded textures with jpeg extension

Lewy Blue 7 years ago
parent
commit
429272bfab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/js/loaders/FBXLoader.js

+ 1 - 0
examples/js/loaders/FBXLoader.js

@@ -238,6 +238,7 @@
 				break;
 
 			case 'jpg':
+			case 'jpeg':
 
 				type = 'image/jpeg';
 				break;