Przeglądaj źródła

Removed obsolete workaround pointed out in PR.

Justin Murray 6 lat temu
rodzic
commit
d066824e0a
1 zmienionych plików z 0 dodań i 2 usunięć
  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);
         }