|
@@ -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);
|
|
}
|
|
}
|