浏览代码

Update babylon.effect.ts

David Catuhe 9 年之前
父节点
当前提交
02600c8465
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 = {};
     }
-} 
+}