Explorar o código

Merge pull request #684 from Polatouche/master

bug fix at set numberOfBricksWidth
Temechon %!s(int64=10) %!d(string=hai) anos
pai
achega
d2b3783022

+ 1 - 2
src/Materials/Textures/Procedurals/babylon.standardProceduralTexture.ts

@@ -284,7 +284,7 @@
         }
 
         public set numberOfBricksWidth(value: number) {
-            this._numberOfBricksHeight = value;
+            this._numberOfBricksWidth = value;
             this.updateShaderUniforms();
         }
 
@@ -365,4 +365,3 @@
         }
     }
 }
-