瀏覽代碼

Fix up spacing

Mike Piecuch 6 年之前
父節點
當前提交
eb29d424f2
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      examples/js/Fire.js

+ 1 - 4
examples/js/Fire.js

@@ -166,10 +166,7 @@ THREE.Fire = function ( geometry, options ) {
 
 	this.fieldGeometry = new THREE.PlaneGeometry( textureWidth, textureHeight );
 
-	this.internalSource = new THREE.DataTexture( this.sourceData,
-										       textureWidth,
-										       textureHeight,
-										       THREE.RGBAFormat );
+	this.internalSource = new THREE.DataTexture( this.sourceData, textureWidth, textureHeight, THREE.RGBAFormat );
 
 	// Source Shader