Selaa lähdekoodia

Update Material.js

And finally...
bGute 7 vuotta sitten
vanhempi
commit
dbbff29302
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/materials/Material.js

+ 1 - 1
src/materials/Material.js

@@ -231,7 +231,7 @@ Material.prototype = Object.assign( Object.create( EventDispatcher.prototype ),
 
 		// rotation (SpriteMaterial)
 		if ( this.rotation !== 0 ) data.rotation = this.rotation;
-		
+
 		if ( this.polygonOffset === true ) data.polygonOffset = true;
 		if ( this.polygonOffsetFactor !== 0 ) data.polygonOffsetFactor = this.polygonOffsetFactor;
 		if ( this.polygonOffsetUnits !== 0 ) data.polygonOffsetUnits = this.polygonOffsetUnits;