Skip to content

Commit

Permalink
Fix up spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Piecuch committed Dec 4, 2018
1 parent 665b441 commit eb29d42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/js/Fire.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eb29d42

Please sign in to comment.