Explorar el Código

Update babylon.effect.ts

David Catuhe hace 9 años
padre
commit
02600c8465
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Materials/babylon.effect.ts

+ 2 - 2
src/Materials/babylon.effect.ts

@@ -286,7 +286,7 @@
             for (var index = 0; index < 16; index++) {
                 this._valueCache[uniformName].m[index] = matrix.m[index];
             }
-        };
+        }
 
         public _cacheFloat2(uniformName: string, x: number, y: number): void {
             if (!this._valueCache[uniformName]) {
@@ -480,4 +480,4 @@
         // Statics
         public static ShadersStore = {};
     }
-} 
+}