浏览代码

There is no THREE.info

Andrew Ray 10 年之前
父节点
当前提交
08826b465f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/extras/geometries/PlaneGeometry.js

+ 1 - 1
src/extras/geometries/PlaneGeometry.js

@@ -5,7 +5,7 @@
 
 THREE.PlaneGeometry = function ( width, height, widthSegments, heightSegments ) {
 
-	THREE.info( 'THREE.PlaneGeometry: Consider using THREE.PlaneBufferGeometry for lower memory footprint.' );
+	THREE.log( 'THREE.PlaneGeometry: Consider using THREE.PlaneBufferGeometry for lower memory footprint.' );
 
 	THREE.Geometry.call( this );