Prechádzať zdrojové kódy

Removed obsolete workaround pointed out in PR.

Justin Murray 6 rokov pred
rodič
commit
d066824e0a
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  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);
         }