소스 검색

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;
         }
 
-        this._boundUniforms[channel] = uniform;
-
         if (!this._textureUnits || this._textureUnits.length !== textures.length) {
             this._textureUnits = new Int32Array(textures.length);
         }