浏览代码

VRMLLoader: Fixed console typo.

Mr.doob 12 年之前
父节点
当前提交
66d3825797
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/VRMLLoader.js

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

@@ -49,7 +49,7 @@ THREE.VRMLLoader.prototype = {
 
 		var parseV1 = function ( lines, scene ) {
 
-			console.wrn( 'VRML V1.0 not supported yet' );
+			console.warn( 'VRML V1.0 not supported yet' );
 
 		};