Explorar o código

Update babylon.effect.ts

David Catuhe %!s(int64=9) %!d(string=hai) anos
pai
achega
02600c8465
Modificáronse 1 ficheiros con 2 adicións e 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 = {};
     }
-} 
+}