@@ -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 );