Explorar el Código

AMFLoader: Format

Mugen87 hace 8 años
padre
commit
d5081c9506
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 
 			}