Browse Source

AMFLoader: Format

Mugen87 8 năm trước cách đây
mục cha
commit
d5081c9506
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/js/loaders/AMFLoader.js

+ 1 - 1
examples/js/loaders/AMFLoader.js

@@ -89,7 +89,7 @@ THREE.AMFLoader.prototype = {
 
 			if ( window.TextDecoder === undefined ) {
 
-				console.log( 'THREE.AMFLoader:TextDecoder not present. Please use TextDecoder polyfill.' );
+				console.log( 'THREE.AMFLoader: TextDecoder not present. Please use TextDecoder polyfill.' );
 				return null;
 
 			}