瀏覽代碼

Removed obsolete workaround pointed out in PR.

Justin Murray 6 年之前
父節點
當前提交
d066824e0a
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/Engines/engine.ts

+ 0 - 2
src/Engines/engine.ts

@@ -5605,8 +5605,6 @@ export class Engine {
             return;
             return;
         }
         }
 
 
-        this._boundUniforms[channel] = uniform;
-
         if (!this._textureUnits || this._textureUnits.length !== textures.length) {
         if (!this._textureUnits || this._textureUnits.length !== textures.length) {
             this._textureUnits = new Int32Array(textures.length);
             this._textureUnits = new Int32Array(textures.length);
         }
         }