Просмотр исходного кода

Removed obsolete workaround pointed out in PR.

Justin Murray 6 лет назад
Родитель
Сommit
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);
         }