Pārlūkot izejas kodu

Update Material.js

And finally...
bGute 7 gadi atpakaļ
vecāks
revīzija
dbbff29302
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;