浏览代码

Style fix.

Victor Glindås 7 年之前
父节点
当前提交
0ee70eaac0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/VRMLLoader.js

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

@@ -986,7 +986,7 @@ THREE.VRMLLoader.prototype = {
 
 						}
 
-						if (normals.length > 0) {
+						if ( normals.length > 0 ) {
 
 							geometry.addAttribute( 'normal', new THREE.Float32BufferAttribute( normals, 3 ) );